言語

ManagementEnumeratorAttribute.Schema プロパティ

定義

ManagementEnumerator 属性でマークされたメソッドが出力する出力の種類を定義する値を取得または設定します。

public:
 property Type ^ Schema { Type ^ get(); void set(Type ^ value); };
public Type Schema { get; set; }
member this.Schema : Type with get, set
Public Property Schema As Type

プロパティ値

Type属性でマークされたメソッドが出力する出力の種類を示すManagementEnumeratorAttribute値。

注釈

返された型が System.Object場合、出力は System.Object型の値として扱われる必要があります。

適用対象