ScopeDescription Class

 

Description of a scope.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.ScopeDescription

Syntax

[DataContractAttribute(Name = "ScopeInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public class ScopeDescription
[DataContractAttribute(Name = "ScopeInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public ref class ScopeDescription 
[<DataContractAttribute(Name = "ScopeInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
type ScopeDescription = class end
<DataContractAttribute(Name := "ScopeInfo", Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class ScopeDescription

Constructors

Name Description
System_CAPS_pubmethod ScopeDescription()

Initializes a new instance of the ScopeDescription class.

Properties

Name Description
System_CAPS_pubproperty ActivityCount

Gets the number of activities in this scope.

System_CAPS_pubproperty ChildScopeCount

Gets the number of child scopes.

System_CAPS_pubproperty DefaultWorkflowConfiguration

Gets or sets default workflow configuration for all workflows in this scope.

System_CAPS_pubproperty DisplayName

Display Name for this scope.

System_CAPS_pubproperty LastModified

Gets the last time this scope was modified.

System_CAPS_pubproperty LastRevised

Gets the last time this scope was revised.

System_CAPS_pubproperty Path

Gets the path to this scope from the logical root scope.

System_CAPS_pubproperty RevisionNumber

Gets revision number for this scope.

System_CAPS_pubproperty SecurityConfigurations

Gets security configuration for this scope.

System_CAPS_pubproperty Status

Gets or sets Status of this scope.

System_CAPS_pubproperty UserComments

Gets or sets user comments for this scope.

System_CAPS_pubproperty WorkflowCount

Gets the number of workflows in this scope.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.Workflow.Client Namespace

Return to top