Share via


ApprovalActivity.ReceivedApprovals Property

Indicates the number of approvals that have been received.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As ApprovalActivity
Dim value As Integer

value = instance.ReceivedApprovals

instance.ReceivedApprovals = value

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property ReceivedApprovals As Integer
[BrowsableAttribute(false)] 
public int ReceivedApprovals { get; set; }
[BrowsableAttribute(false)] 
public:
property int ReceivedApprovals {
    int get ();
    void set (int value);
}
/** @property */
public int get_ReceivedApprovals ()

/** @property */
public void set_ReceivedApprovals (int value)
public function get ReceivedApprovals () : int

public function set ReceivedApprovals (value : int)

Property Value

A Int32 value that indicates the number of approvals that have been received to this point.

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