ActorId is a
Guid value representing the ObjectID of the
resource to be used when calculating management policy rules that
affect a request created by the activity. Activities are able to
perform only the operations for which the ActorID has been granted
rights.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Visual Basic |
Dim instance As SequentialWorkflow
Dim value As Guid
value = instance.ActorId
instance.ActorId = value
|
Syntax
Visual Basic |
Public Property ActorId As Guid
|
C# |
public Guid ActorId { get; set; }
|
C++ |
public:
property Guid ActorId {
Guid get ();
void set (Guid value);
}
|
J# |
/** @property */
public Guid get_ActorId ()
/** @property */
public void set_ActorId (Guid value)
|
JScript |
public function get ActorId () : Guid
public function set ActorId (value : Guid)
|
Property Value
A
Guid value that represents the ObjectId of a
resource.
Remarks
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