Share via


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.

See also

Reference

ContentTypeIdFieldValue class

ContentTypeIdFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace