PickerEntity.IsResolved property

Gets or sets a value that indicates whether the entity has been validated.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IsResolved As Boolean
    Get
    Set
'Usage
Dim instance As PickerEntity
Dim value As Boolean

value = instance.IsResolved

instance.IsResolved = value
[DataMemberAttribute]
public bool IsResolved { get; set; }

Property value

Type: System.Boolean
true if the entity has been validated; otherwise, false.

See also

Reference

PickerEntity class

PickerEntity members

Microsoft.SharePoint.WebControls namespace