Share via


ManagementRemoveAttribute.Schema プロパティ

定義

ManagementRemove 属性でマークされたオブジェクトが出力する出力の型を定義する値を取得または設定します。

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

プロパティ値

Remove 属性でマークされたオブジェクトが出力する出力の型を示す Type 値。

注釈

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

適用対象