ManagementProbeAttribute.Schema Propriedade

Definição

Obtém ou define um valor que define o tipo de saída que será gerada pela propriedade que é marcada com o atributo ManagementProbe.Gets or sets a value that defines the type of output that the property that is marked with the ManagementProbe 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

Type

Um Type valor que indica o tipo de saída que a propriedade marcada com o atributo ManagementProbe produzirá saída.A Type value that indicates the type of output that the property that is marked with the ManagementProbe 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.

Aplica-se a