Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.