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.
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