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