Поделиться через


ExtensionCriteriaAttribute.MarkerAttributeType - свойство

Получает или задает тип атрибута маркера.

Пространство имен:  Microsoft.Data.Schema.Extensibility
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
Public Property MarkerAttributeType As Type
    Get
    Set
public Type MarkerAttributeType { get; set; }
public:
property Type^ MarkerAttributeType {
    Type^ get ();
    void set (Type^ value);
}
member MarkerAttributeType : Type with get, set
function get MarkerAttributeType () : Type
function set MarkerAttributeType (value : Type)

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

Тип: System.Type

Заметки

Это свойство определяет, что расширение должно иметь атрибут определенного типа.

Безопасность платформы .NET Framework

См. также

Ссылки

ExtensionCriteriaAttribute Класс

Microsoft.Data.Schema.Extensibility - пространство имен