SearchResultAttributeCollection.Values プロパティ

定義

Values プロパティには、このコレクション内の属性の値が格納されます。

public:
 property System::Collections::ICollection ^ Values { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Values { get; }
member this.Values : System.Collections.ICollection
Public ReadOnly Property Values As ICollection

プロパティ値

このコレクション内の属性の値。

適用対象