次の方法で共有


Saml2Attribute.Values プロパティ

定義

属性の値を含むコレクションを取得します。

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)

プロパティ値

属性値を含む文字列のコレクション。

注釈

コレクションには、Attribute 要素に含まれる AttributeValue 要素が含まれています。

適用対象