Share via


ManagementConfigurationAttribute.Schema Propiedad

Definición

Obtiene o establece un valor que define el tipo de resultado que devolverá la propiedad marcada con el atributo 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

Valor de propiedad

Valor Type que representa el tipo de resultado que devolverá la propiedad marcada con el atributo ManagementConfiguration.

Comentarios

Si el tipo devuelto es System.Object, la salida debe tratarse como un valor de tipo System.Object.

Se aplica a