Condividi tramite


Proprietà ActivityProperties.Definition

 

Facoltativa. Ottiene o imposta il nome utente dell'attività.

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

Sintassi

public string Definition { get; set; }
public:
property String^ Definition {
    String^ get();
    void set(String^ value);
}
member Definition : string with get, set
Public Property Definition As String

Valore proprietà

Type: System.String

Vedere anche

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

Torna all'inizio