Partager via


Propriété SystemSetting.SettingType

Gets or sets the AttributeType of the setting.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SettingType As AttributeType 
    Get 
    Set
'Utilisation
Dim instance As SystemSetting 
Dim value As AttributeType 

value = instance.SettingType

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

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.AttributeType
The attribute type of the setting.

Voir aussi

Référence

SystemSetting Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts