Share via


Propriété SetUserStatus.Description

 

Obtient ou définit la description à attribuer à la variable UserStatus.

Espace de noms:   Microsoft.Activities
Assembly:  Microsoft.Activities (dans Microsoft.Activities.dll)

Syntaxe

[DefaultValueAttribute(null)]
[RequiredArgumentAttribute]
public InArgument<string> Description {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
[RequiredArgumentAttribute]
property InArgument<String^>^ Description {
    [CompilerGeneratedAttribute]
    InArgument<String^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<String^>^ value);
}
[<DefaultValueAttribute(null)>]
[<RequiredArgumentAttribute>]
member Description : InArgument<string> with get, set
<DefaultValueAttribute(Nothing)>
<RequiredArgumentAttribute>
Public Property Description As InArgument(Of String)

Valeur de propriété

Type: System.Activities.InArgument<String>

Description à attribuer à la variable UserStatus.

Voir aussi

SetUserStatus, classe
Microsoft.Activities, espace de noms

Retour au début