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

Collection<String>

Kolekcja ciągów, które zawierają wartości atrybutów.

Uwagi

Kolekcja zawiera elementy atrybutu AttributeValue zawarte w elemencie Attribute.

Dotyczy