Condividi tramite


Proprietà RunbookDraftPublishParameters.PublishedBy

 

Obbligatorio. Ottiene o imposta il pubblicato dall'identità.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

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

Valore proprietà

Type: System.String

Vedere anche

Classe RunbookDraftPublishParameters
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio