GridSerializer.SerializedProp.localizedValue Field
A string representing the localized value.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public localizedValue As String
'Usage
Dim instance As GridSerializer.SerializedProp
Dim value As String
value = instance.localizedValue
instance.localizedValue = value
[DataMemberAttribute]
public string localizedValue
See Also
Reference
GridSerializer.SerializedProp Class