Contains a reference to the Request object that the ApprovalActivity was created for, to determine whether the request should be approved or denied.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ApprovalActivity
Dim value As Guid

value = instance.RequestId

Syntax

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

Property Value

A Guid value that references a Request object.

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