Свойство MetadataAttribute.DataType
Gets or sets the data type of the attribute.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property DataType As AttributeDataType
Get
Set
'Применение
Dim instance As MetadataAttribute
Dim value As AttributeDataType
value = instance.DataType
instance.DataType = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public AttributeDataType DataType { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property AttributeDataType DataType {
AttributeDataType get ();
void set (AttributeDataType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member DataType : AttributeDataType with get, set
function get DataType () : AttributeDataType
function set DataType (value : AttributeDataType)
Значение свойства
Тип: Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType
The data type of the attribute.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts