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

适用于