Proprietà ScopeDescription.UserComments

Ottiene o imposta i commenti utente per l'ambito.

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

Sintassi

'Dichiarazione
<DataMemberAttribute(Name := "Description", EmitDefaultValue := False)> _
Public Property UserComments As String 
    Get 
    Set
'Utilizzo
Dim instance As ScopeDescription 
Dim value As String 

value = instance.UserComments

instance.UserComments = value
[DataMemberAttribute(Name = "Description", EmitDefaultValue = false)]
public string UserComments { get; set; }
[DataMemberAttribute(Name = L"Description", EmitDefaultValue = false)]
public:
property String^ UserComments {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "Description", EmitDefaultValue = false)>]
member UserComments : string with get, set
function get UserComments () : String 
function set UserComments (value : String)

Valore proprietà

Tipo: System.String
Stringa che rappresenta i commenti utente per l'ambito.

Vedere anche

Riferimento

ScopeDescription Classe

Spazio dei nomi Microsoft.Workflow.Client