MetadataObject.ContainsLocalizedDisplayName method
Indicates whether the object contains a localized display name.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function ContainsLocalizedDisplayName As Boolean
'Usage
Dim instance As MetadataObject
Dim returnValue As Boolean
returnValue = instance.ContainsLocalizedDisplayName()
public bool ContainsLocalizedDisplayName()
Return value
Type: System.Boolean
true if it contains a localized display name; otherwise, false.
Examples
The following example illustrates the use of this property on an Entity object, which is a MetadaObject type.
Code Snippet: Add a Localized Name to a MetadataObject Using the Administration Object Model