Właściwość SystemSetting.SettingType
Pobiera lub ustawia typ ustawienia.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property SettingType As AttributeType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.AttributeType
Jedną z wartości AttributeType.Możliwe wartości to domeny, plik, dowolny kształt, systemu lub płeć nieznana.