RunbookDraftPublishParameters.PublishedBy Property
Required. Gets or sets the published by identity.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string PublishedBy { get; set; }
public:
property String^ PublishedBy {
String^ get();
void set(String^ value);
}
member PublishedBy : string with get, set
Public Property PublishedBy As String
Property Value
Type: System.String
See Also
RunbookDraftPublishParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top