IMetadataObject.GetDefaultDisplayName Method
Returns the default display name of this metadata object.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetDefaultDisplayName As String
'Usage
Dim instance As IMetadataObject
Dim returnValue As String
returnValue = instance.GetDefaultDisplayName()
string GetDefaultDisplayName()
Return Value
Type: System.String
The default display name of this metadata object.
Remarks
This method always returns the default display name defined in the metadata, which is independent of the current culture.