AdministrableProperty.DisplayName Property
Gets the name of the property that should be displayed in the user interface (UI).
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As AdministrableProperty
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
Property Value
Type: System.String
The UI name of the property.