GridSerializer.SerializedProp.hasLocalizedValue Field
A Boolean indicating if there is a localized value.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public hasLocalizedValue As Boolean
'Usage
Dim instance As GridSerializer.SerializedProp
Dim value As Boolean
value = instance.hasLocalizedValue
instance.hasLocalizedValue = value
[DataMemberAttribute]
public bool hasLocalizedValue
See Also
Reference
GridSerializer.SerializedProp Class