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


Свойство MetadataAttribute.AttributeType

Gets or sets the attribute type.

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

Синтаксис

'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeType As Nullable(Of AttributeType)
    Get
    Set
'Применение
Dim instance As MetadataAttribute
Dim value As Nullable(Of AttributeType)

value = instance.AttributeType

instance.AttributeType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<AttributeType> AttributeType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<AttributeType> AttributeType {
    Nullable<AttributeType> get ();
    void set (Nullable<AttributeType> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AttributeType : Nullable<AttributeType> with get, set
function get AttributeType () : Nullable<AttributeType>
function set AttributeType (value : Nullable<AttributeType>)

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

Тип: System.Nullable<AttributeType>
A new instance of type AttributeType.

См. также

Справочник

MetadataAttribute Класс

Пространство имен Microsoft.MasterDataServices