Właściwość SystemSetting.DisplayName
Pobiera lub ustawia nazwę ustawienia wyświetlania.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property DisplayName As String
Get
Set
'Użycie
Dim instance As SystemSetting
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
[DataMemberAttribute]
public string DisplayName { get; set; }
[DataMemberAttribute]
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)
Wartość właściwości
Typ: System.String
Ciąg, który reprezentuje nazwę wyświetlaną.