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)

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