Proprietà ScopeDescription.DisplayName

 

Nome visualizzato per l'ambito.

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

Sintassi

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

Valore proprietà

Type: System.String

Nome visualizzato per l'ambito.

Vedere anche

Classe ScopeDescription
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio