Public Properties (see also Protected Properties)

  Name Description
public property ActorId Gets and sets the ActorId value of the activity. 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 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 Resource Represents an in-memory representation of the resource that is being read by the activity.
public property ResourceId Gets and sets a Guid value that represents the ObjectID property of the resource that is accessed by the ReadResourceActivity activity.
public property SelectionAttributes An array of String objects that specify which attributes of the target Resource to return.
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