Description
A display friendly name for the entity which does not have to be unique.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property DisplayName() As String
|
[C#] |
---|
public string DisplayName {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_DisplayName(); public: __property void set_DisplayName(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_DisplayName(
BSTR * pName
);
public: HRESULT put_DisplayName(
BSTR Name
);
|
[Java] |
---|
public String getDisplayName();
public void setDisplayName(
String
);
|
See Also