Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if the field value is empty.
Namespace: Microsoft.SharePoint.Publishing.Fields
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
Get
'Usage
Dim instance As ContentTypeIdFieldValue
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty { get; }
Property Value
Type: System.Boolean
A bool indicating whether the value is empty.