Prop.HasLocalizedValue Property
Gets or sets a setting indicating whether this object has a localized version of its data value.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HasLocalizedValue As Boolean
Get
Set
'Usage
Dim instance As Prop
Dim value As Boolean
value = instance.HasLocalizedValue
instance.HasLocalizedValue = value
public bool HasLocalizedValue { get; set; }
Property Value
Type: System.Boolean
A Boolean indicating whether a localized version of the data value is present.