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) です。

適用対象