Indicates the number of approvals that have been received.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ApprovalActivity
Dim value As Integer

value = instance.ReceivedApprovals

instance.ReceivedApprovals = value

Syntax

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

/** @property */
public void set_ReceivedApprovals (int value)
JScript
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

Target Platforms

Windows 2008 x64 Edition

See Also