SystemSetting.DisplayName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets display name of the setting.

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

Syntax

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

Property Value

Type: System.String

A string that represents the display name.

See Also

SystemSetting Class
Microsoft.MasterDataServices Namespace

Return to top