PickerEntity.Claim Property

Gets or sets an object that represents whether an entity has the right to claim the specified values.

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

Syntax

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

value = instance.Claim

instance.Claim = value
[DataMemberAttribute]
public SPClaim Claim { get; set; }

Property Value

Type: Microsoft.SharePoint.Administration.Claims.SPClaim
Returns SPClaim.

See Also

Reference

PickerEntity Class

PickerEntity Members

Microsoft.SharePoint.WebControls Namespace