Saml2Attribute.Values Property

Definition

Gets the collection that contains the values of the attribute.

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)

Property Value

A collection of strings that contains the attribute values.

Remarks

The collection contains the AttributeValue elements contained in the Attribute element.

Applies to