Field.ContainsLocalizedDisplayName Property
Determines whether a field contains a localized display name.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property ContainsLocalizedDisplayName As Boolean
Get
'Usage
Dim instance As Field
Dim value As Boolean
value = instance.ContainsLocalizedDisplayName
public bool ContainsLocalizedDisplayName { get; }
Property Value
Type: System.Boolean
true if the field contains a localized display name; otherwise, false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace