JobGetRunbookContentResponse.Content Property
Optional. Gets or sets the runbook content of the job.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string Content { get; set; }
public:
property String^ Content {
String^ get();
void set(String^ value);
}
member Content : string with get, set
Public Property Content As String
Property Value
Type: System.String
See Also
JobGetRunbookContentResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top