SystemSetting.SettingType 属性

定义

获取或设置此设置类型。

public:
 property Microsoft::MasterDataServices::AttributeType SettingType { Microsoft::MasterDataServices::AttributeType get(); void set(Microsoft::MasterDataServices::AttributeType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.AttributeType SettingType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SettingType : Microsoft.MasterDataServices.AttributeType with get, set
Public Property SettingType As AttributeType

属性值

AttributeType 值之一。 可能的值为 Domain、File、FreeForm、System 或 NotSpecified。

属性

注解

SettingType使用 属性验证 SettingValue

适用于