Indicates the target of the request.
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.TargetId

Syntax

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

Property Value

A Guid value that indicates the target of the request.

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