ContentTypeIdFieldValue.IsEmpty Property
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.