Saml2Attribute.Values Proprietà

Definizione

Ottiene la raccolta contenente i valori dell'attributo.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Values { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Values { get; }
member this.Values : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Values As Collection(Of String)

Valore della proprietà

Raccolta di stringhe contenenti i valori dell'attributo.

Commenti

L'insieme contiene gli elementi AttributeValue contenuti nell'elemento Attribute.

Si applica a