SetUserStatus Constructor

 

Initializes a new instance of the SetUserStatus class.

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

NameDescription
System_CAPS_pubmethodSetUserStatus()

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

System_CAPS_pubmethodSetUserStatus(InArgument<String>)

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

Return to top

SetUserStatus Constructor ()

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

public SetUserStatus()
Return to top

SetUserStatus Constructor (InArgument<String>)

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

public SetUserStatus(
	InArgument<string> description
)

Parameters

description
Type: System.Activities.InArgument<String>

The description to assign to the UserStatus variable.

Return to top
Show: