ManagementEnumeratorAttribute.Schema Propriedade
Definição
Obtém ou define um valor que define o tipo de saída que será gerada pelo método que é marcado com o atributo ManagementEnumerator.Gets or sets a value that defines the type of output that the method that is marked with the ManagementEnumerator attribute will output.
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 da propriedade
Um Type valor que indica o tipo de saída que o método marcado com o ManagementEnumeratorAttribute atributo produzirá.A Type value that indicates the type of output that the method marked with the ManagementEnumeratorAttribute attribute will output.
Comentários
Se o tipo retornado for System.Object , a saída deverá ser tratada como um valor do tipo System.Object .If the returned type is System.Object, then the output should be treated as a value of type System.Object.