Share via


SetUserStatus Constructor

 

Initializes a new instance of the SetUserStatus class.

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

Overload List

Name Description
System_CAPS_pubmethod SetUserStatus()

Initializes a new instance of the SetUserStatus class with default values.

System_CAPS_pubmethod SetUserStatus(InArgument<String>)

Initializes a new instance of the SetUserStatus class with description to the UserStatus.

See Also

SetUserStatus Class
Microsoft.Activities Namespace

Return to top

SetUserStatus Constructor ()

Initializes a new instance of the SetUserStatus class with default values.

Syntax

public SetUserStatus()
public:
SetUserStatus()
new : unit -> SetUserStatus
Public Sub New

Return to top

SetUserStatus Constructor (InArgument<String>)

Initializes a new instance of the SetUserStatus class with description to the UserStatus.

Syntax

public SetUserStatus(
    InArgument<string> description
)
public:
SetUserStatus(
    InArgument<String^>^ description
)
new : 
        description:InArgument<string> -> SetUserStatus
Public Sub New (
    description As InArgument(Of String)
)

Parameters

Return to top