Public Properties (see also Protected Properties)

  Name Description
public property ActorId Gets and sets the ActorId value. ActorId is a Guid value that represents the ObjectID property of the Resource that is used to calculate management policy rules that affect a request that is created by the activity. Activities can perform only the operations for which the ActorId has been granted rights.
public property CreatedResourceId Gets a Guid value that represents the ObjectID property of the resource that is created by the CreateResourceActivity.
public property CreateParameters Gets and sets an array of CreateRequestParameter objects that represent the attribute values that you set on the new resource (see example).
public property Description  (Inherited from Activity)
public property Enabled  (Inherited from Activity)
public property ExecutionResult  (Inherited from Activity)
public property ExecutionStatus  (Inherited from Activity)
public property IsDynamicActivity  (Inherited from Activity)
public property Name  (Inherited from Activity)
public property Parent  (Inherited from Activity)
public property QualifiedName  (Inherited from Activity)
public property Site  (Inherited from DependencyObject)
public property UserData  (Inherited from DependencyObject)

Protected Properties

  Name Description
protected property DesignMode  (Inherited from DependencyObject)
protected property ParentDependencyObject  (Inherited from DependencyObject)
protected property WorkflowInstanceId  (Inherited from Activity)

See Also