ManagementConfigurationAttribute.Schema 属性

定义

获取或设置一个值,该值定义用 ManagementConfiguration 特性标记的属性将返回的输出类型。

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 值,表示用 ManagementConfiguration 特性标记的属性将返回的输出类型。

注解

如果返回的类型为 System.Object,则应将输出视为 类型的 System.Object值。

适用于