SystemSetting.Description Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the long description of the setting.

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

Syntax

[DataMemberAttribute]
public string Description { get; set; }
public:
[DataMemberAttribute]
property String^ Description {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Description : string with get, set
<DataMemberAttribute>
Public Property Description As String

Property Value

Type: System.String

A string that represents the description.

See Also

SystemSetting Class
Microsoft.MasterDataServices Namespace

Return to top