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)
Available in Sandboxed Solutions: No
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.