共用方式為


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 元素。

適用於