Represents the Approval resource that is created by the activity.
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.ApprovalObjectId

instance.ApprovalObjectId = value

Syntax

Visual Basic
Public Property ApprovalObjectId As Guid
C#
public Guid ApprovalObjectId { get; set; }
C++
public:
property Guid ApprovalObjectId {
		Guid get ();
		void set (Guid value);
}
J#
/** @property */
public Guid get_ApprovalObjectId ()

/** @property */
public void set_ApprovalObjectId (Guid value)
JScript
public function get ApprovalObjectId () : Guid

public function set ApprovalObjectId (value : Guid)

Property Value

A Guid.

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