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

Usage

Visual Basic
Dim instance As ApprovalActivity
Dim value As Boolean

value = instance.IsRequestorApprover

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property IsRequestorApprover As Boolean
C#
[BrowsableAttribute(false)] 
public bool IsRequestorApprover { get; }
C++
[BrowsableAttribute(false)] 
public:
property bool IsRequestorApprover {
		bool get ();
}
J#
/** @property */
public boolean get_IsRequestorApprover ()
JScript
public function get IsRequestorApprover () : boolean

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