Share via


SetUserStatus.Description Property

 

Gets or sets the description to assign to the UserStatus variable.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<String>

The description to assign to the UserStatus variable.

See Also

SetUserStatus Class
Microsoft.Activities Namespace

Return to top