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.

注释

Use the SettingType property to validate the SettingValue.