Share via


ApprovalActivity.CurrentApprovalResponse Property

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

'Usage
Dim instance As ApprovalActivity
Dim value As ResourceType

value = instance.CurrentApprovalResponse

instance.CurrentApprovalResponse = value

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property CurrentApprovalResponse As ResourceType
[BrowsableAttribute(false)] 
public ResourceType CurrentApprovalResponse { get; set; }
[BrowsableAttribute(false)] 
public:
property ResourceType^ CurrentApprovalResponse {
    ResourceType^ get ();
    void set (ResourceType^ value);
}
/** @property */
public ResourceType get_CurrentApprovalResponse ()

/** @property */
public void set_CurrentApprovalResponse (ResourceType value)
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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ApprovalActivity Class
ApprovalActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace
ApprovalActivity