ScopeDescription Class
Description of a scope.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | ScopeDescription() | Initializes a new instance of the ScopeDescription class. |
| Name | Description | |
|---|---|---|
![]() | ActivityCount | Gets the number of activities in this scope. |
![]() | ChildScopeCount | Gets the number of child scopes. |
![]() | DefaultWorkflowConfiguration | Gets or sets default workflow configuration for all workflows in this scope. |
![]() | DisplayName | Display Name for this scope. |
![]() | LastModified | Gets the last time this scope was modified. |
![]() | LastRevised | Gets the last time this scope was revised. |
![]() | Path | Gets the path to this scope from the logical root scope. |
![]() | RevisionNumber | Gets revision number for this scope. |
![]() | SecurityConfigurations | Gets security configuration for this scope. |
![]() | Status | Gets or sets Status of this scope. |
![]() | UserComments | Gets or sets user comments for this scope. |
![]() | WorkflowCount | Gets the number of workflows in this scope. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


