Share via


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值。

適用於