SystemSetting.SettingType Property

Definition

Gets or sets the setting type.

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

Property Value

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

Attributes

Remarks

Use the SettingType property to validate the SettingValue.

Applies to