Share via


JobStreamProperties.Value Property

 

Optional. Gets or sets the values of the job stream.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

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)

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

See Also

JobStreamProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top