Proprietà ActivityDescription.Name

 

Ottiene o imposta il nome dell'attività corrente.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

[DataMemberAttribute(EmitDefaultValue = false)]
public string Name {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ Name {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Name : string with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Name As String

Valore proprietà

Type: System.String

Stringa che rappresenta il nome dell'attività corrente.

Note

Non è possibile modificare il nome di un'attività dopo che questa è stata pubblicata.

Vedere anche

Classe ActivityDescription
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio