SetUserStatus Class

 

Represents an activity to set the UserStatus value of the instance.

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

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Microsoft.Activities.SetUserStatus

Syntax

public sealed class SetUserStatus : CodeActivity
public ref class SetUserStatus sealed : CodeActivity
[<Sealed>]
type SetUserStatus = 
    class
        inherit CodeActivity
    end
Public NotInheritable Class SetUserStatus
    Inherits CodeActivity

Constructors

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.

Properties

Name Description
System_CAPS_protproperty CacheId

(Inherited from Activity.)

System_CAPS_pubproperty Description

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

System_CAPS_pubproperty DisplayName

(Inherited from Activity.)

System_CAPS_pubproperty Id

(Inherited from Activity.)

System_CAPS_protproperty ImplementationVersion

(Inherited from CodeActivity.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Activity.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static UserStatusVariable

The fully qualified UserStatus variable identifier.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Activities Namespace

Return to top