IField.DefaultDisplayName Property
Retrieves the default display name of the Field.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property DefaultDisplayName As String
Get
'Usage
Dim instance As IField
Dim value As String
value = instance.DefaultDisplayName
string DefaultDisplayName { get; }
Property Value
Type: System.String
The default display name.