Represents the type of approval response that is currently being evaluated by the ApprovalActivity.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ApprovalActivity
Dim value As ResourceType

value = instance.CurrentApprovalResponse

instance.CurrentApprovalResponse = value

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property CurrentApprovalResponse As ResourceType
C#
[BrowsableAttribute(false)] 
public ResourceType CurrentApprovalResponse { get; set; }
C++
[BrowsableAttribute(false)] 
public:
property ResourceType^ CurrentApprovalResponse {
		ResourceType^ get ();
		void set (ResourceType^ value);
}
J#
/** @property */
public ResourceType get_CurrentApprovalResponse ()

/** @property */
public void set_CurrentApprovalResponse (ResourceType value)
JScript
public function get CurrentApprovalResponse () : ResourceType

public function set CurrentApprovalResponse (value : ResourceType)

Property Value

A ResourceType that represents the FIM approval response.

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