ScopeDescription Class

 

Description of a scope.

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

System.Object
  Microsoft.Workflow.Client.ScopeDescription

<DataContractAttribute(Name := "ScopeInfo", Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class ScopeDescription

NameDescription
System_CAPS_pubmethodScopeDescription()

Initializes a new instance of the ScopeDescription class.

NameDescription
System_CAPS_pubpropertyActivityCount

Gets the number of activities in this scope.

System_CAPS_pubpropertyChildScopeCount

Gets the number of child scopes.

System_CAPS_pubpropertyDefaultWorkflowConfiguration

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

System_CAPS_pubpropertyDisplayName

Display Name for this scope.

System_CAPS_pubpropertyLastModified

Gets the last time this scope was modified.

System_CAPS_pubpropertyLastRevised

Gets the last time this scope was revised.

System_CAPS_pubpropertyPath

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

System_CAPS_pubpropertyRevisionNumber

Gets revision number for this scope.

System_CAPS_pubpropertySecurityConfigurations

Gets security configuration for this scope.

System_CAPS_pubpropertyStatus

Gets or sets Status of this scope.

System_CAPS_pubpropertyUserComments

Gets or sets user comments for this scope.

System_CAPS_pubpropertyWorkflowCount

Gets the number of workflows in this scope.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: