ManagementProbeAttribute.Schema プロパティ

定義

ManagementProbe 属性でマークされたプロパティが出力する出力の種類を定義する値を取得または設定します。

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

ManagementProbe 属性でマークされたプロパティが出力する出力の種類を示す Type 値。

注釈

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

適用対象