Share via


SetUserStatus.Description Propriedade

 

Obtém ou define a descrição para atribuir à variável UserStatus.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (em Microsoft.Activities.dll)

Sintaxe

[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)

Valor de propriedade

Type: System.Activities.InArgument<String>

A descrição a atribuir à variável UserStatus.

Consulte também

Classe SetUserStatus
Namespace Microsoft.Activities

Retornar ao topo