Represents the current request.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As CurrentRequestActivity
Dim value As RequestType

value = instance.CurrentRequest

instance.CurrentRequest = value

Syntax

Visual Basic
Public Property CurrentRequest As RequestType
C#
public RequestType CurrentRequest { get; set; }
C++
public:
property RequestType^ CurrentRequest {
		RequestType^ get ();
		void set (RequestType^ value);
}
J#
/** @property */
public RequestType get_CurrentRequest ()

/** @property */
public void set_CurrentRequest (RequestType value)
JScript
public function get CurrentRequest () : RequestType

public function set CurrentRequest (value : RequestType)

Property Value

Returns RequestType.

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.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also