CurrentRequestActivity.CurrentRequest Property
Represents the current request.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)
Usage
'Usage
Dim instance As CurrentRequestActivity
Dim value As RequestType
value = instance.CurrentRequest
instance.CurrentRequest = value
Syntax
'Declaration
Public Property CurrentRequest As RequestType
public RequestType CurrentRequest { get; set; }
public:
property RequestType^ CurrentRequest {
RequestType^ get ();
void set (RequestType^ value);
}
/** @property */
public RequestType get_CurrentRequest ()
/** @property */
public void set_CurrentRequest (RequestType value)
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
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
CurrentRequestActivity Class
CurrentRequestActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace