SystemSetting.SettingType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the setting type.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public AttributeType SettingType { get; set; }
public:
[DataMemberAttribute]
property AttributeType SettingType {
    AttributeType get();
    void set(AttributeType value);
}
[<DataMemberAttribute>]
member SettingType : AttributeType with get, set
<DataMemberAttribute>
Public Property SettingType As AttributeType

Property Value

Type: Microsoft.MasterDataServices.AttributeType

One of the values of AttributeType. Possible values are Domain, File, FreeForm, System, or NotSpecified.

Remarks

Use the SettingType property to validate the SettingValue.

See Also

SystemSetting Class
Microsoft.MasterDataServices Namespace

Return to top