Proprietà ActivityOutputType.Type
Facoltativa. Ottiene o imposta il tipo del tipo di output di attività.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Sintassi
public string Type { get; set; }
public:
property String^ Type {
String^ get();
void set(String^ value);
}
member Type : string with get, set
Public Property Type As String
Valore proprietà
Type: System.String
Vedere anche
Classe ActivityOutputType
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models
Torna all'inizio