Saml2Attribute.Values Właściwość

Definicja

Pobiera kolekcję zawierającą wartości atrybutu.

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)

Wartość właściwości

Kolekcja ciągów zawierających wartości atrybutów.

Uwagi

Kolekcja zawiera elementy AttributeValue zawarte w elemecie Attribute.

Dotyczy