ConfigurationAttributeSchema.Type Свойство

Определение

Возвращает тип CLR атрибута.

public:
 property System::String ^ Type { System::String ^ get(); };
public string Type { get; }
member this.Type : string
Public ReadOnly Property Type As String

Значение свойства

Тип среды выполнения атрибута. Допустимые значения: bool, enum, flags, uint, int, int64, string или timeSpan.

Применяется к