Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the setting type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SettingType As AttributeType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.AttributeType
One of the values of AttributeType. Possible values are Domain, File, FreeForm, System, or NotSpecified.
Hinweise
Use the SettingType property to validate the SettingValue.