The DependencyProperty object that promotes the CurrentRequest property.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim value As DependencyProperty

value = CurrentRequestActivity.CurrentRequestProperty

CurrentRequestActivity.CurrentRequestProperty = value

Syntax

Visual Basic
Public Shared CurrentRequestProperty As DependencyProperty
C#
public static DependencyProperty CurrentRequestProperty
C++
public:
static DependencyProperty^ CurrentRequestProperty
J#
public static DependencyProperty CurrentRequestProperty
JScript
public static var CurrentRequestProperty : DependencyProperty

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also