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