SettingType 屬性
Gets or sets the setting type.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property SettingType As AttributeType
Get
Set
'用途
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)
屬性值
型別:Microsoft.MasterDataServices. . :: . .AttributeType
One of the values of AttributeType. Possible values are Domain, File, FreeForm, System, or NotSpecified.