Compartir a través de


SystemSetting.DataType Propiedad

Gets or sets the AttributeDataType of the data.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property DataType As AttributeDataType 
    Get 
    Set
'Uso
Dim instance As SystemSetting 
Dim value As AttributeDataType 

value = instance.DataType

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

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType
The attribute data type of the data.

Vea también

Referencia

SystemSetting Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts