EntityEditor.AllowEmpty Property

Gets or sets a value that represents whether an empty entity is allowed.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property AllowEmpty As Boolean
    Get
    Set
'Usage
Dim instance As EntityEditor
Dim value As Boolean

value = instance.AllowEmpty

instance.AllowEmpty = value
public bool AllowEmpty { get; set; }

Property Value

Type: System.Boolean
true if an empty entity is allowed or an entity is a null reference (Nothing in Visual Basic); otherwise, false

See Also

Reference

EntityEditor Class

EntityEditor Members

Microsoft.SharePoint.WebControls Namespace