Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the display name of the user.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As User
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)
Property Value
Type: System.String
A string that represents the display name.