ActivityOutputType.Type Propriedade
Opcional. Obtém ou define o tipo de saída do tipo de atividade.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe ActivityOutputType
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo