Share via


SearchRequest.Attributes プロパティ

定義

Attributes プロパティは、要求したオブジェクトの属性を格納します。

public:
 property System::Collections::Specialized::StringCollection ^ Attributes { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection Attributes { get; }
member this.Attributes : System.Collections.Specialized.StringCollection
Public ReadOnly Property Attributes As StringCollection

プロパティ値

要求したオブジェクトの属性。 すべての属性を取得するには、プロパティを null に設定します。

例外

StringCollection オブジェクト内の文字列の 1 つが null 参照 (Visual Basic の場合は Nothing) です。

適用対象