Saml2Attribute.Values Egenskap

Definition

Hämtar samlingen som innehåller värdena för attributet.

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)

Egenskapsvärde

En samling strängar som innehåller attributvärdena.

Kommentarer

Samlingen innehåller elementen AttributeValue som finns i elementet Attribut.

Gäller för