Rights.PossessProperty Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene una stringa che specifica che il diritto rappresenta una proprietà che possiede l'entità associata a un'attestazione.
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
Valore della proprietà
Diritto che rappresenta una proprietà che possiede l'entità associata a un oggetto Claim.
Commenti
La stringa restituita dalla PossessProperty proprietà è http://schemas.xmlsoap.org/ws/2005/05/identity/right/possessproperty
.
Un'attestazione di tipo Name con diritto PossessProperty sul valore Martin
indica che l'entità alla quale è associata tale attestazione possiede una proprietà Name
con il valore Martin
.