Condividi tramite


ManagementTaskAttribute.Schema Proprietà

Definizione

Ottiene o imposta un valore che definisce il tipo di output che verrà restituito dal metodo contrassegnato dall'attributo ManagementTask.

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

Valore della proprietà

Valore Type indicante il tipo di output che verrà restituito dal metodo contrassegnato dall'attributo ManagementTask.

Commenti

Se il tipo restituito è System.Object, l'output deve essere considerato come valore di tipo System.Object.

Si applica a