JobStreamProperties.Value Propriedade
Opcional. Obtém ou define os valores do fluxo de trabalho.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public IDictionary<string, object> Value { get; set; }
public:
property IDictionary<String^, Object^>^ Value {
IDictionary<String^, Object^>^ get();
void set(IDictionary<String^, Object^>^ value);
}
member Value : IDictionary<string, Object> with get, set
Public Property Value As IDictionary(Of String, Object)
Valor de propriedade
Type: System.Collections.Generic.IDictionary<String, Object>
Consulte também
Classe JobStreamProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo