Saml2Attribute.Values Özellik

Tanım

özniteliğinin değerlerini içeren koleksiyonu alır.

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)

Özellik Değeri

Öznitelik değerlerini içeren dize koleksiyonu.

Açıklamalar

Koleksiyon, Attribute öğesinde bulunan AttributeValue öğelerini içerir.

Şunlara uygulanır