Rights.PossessProperty Property

Definition

Gets a string that specifies that the right represents a property that the entity associated with a claim possesses.

public:
 static property System::String ^ PossessProperty { System::String ^ get(); };
public static string PossessProperty { get; }
static member PossessProperty : string
Public Shared ReadOnly Property PossessProperty As String

Property Value

The right that represents a property that the entity associated with a Claim object possesses.

Remarks

The string that is returned by the PossessProperty property is http://schemas.xmlsoap.org/ws/2005/05/identity/right/possessproperty.

A claim of type Name with right PossessProperty over the value Martin indicates that the entity with which such a claim is associated possesses a Name property with the value Martin.

Applies to