ScopeInfo Class

OBSOLETE

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

'Declaration
<DataContractAttribute(Name := "ScopeInfo", Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities")> _
Public Class ScopeInfo _
	Inherits ScopeDescription
'Usage
Dim instance As ScopeInfo

The ScopeInfo type exposes the following members.

  NameDescription
Public methodScopeInfoInitializes a new instance of the ScopeInfo class.
Top

  NameDescription
Public propertyActivityCountGets the number of activities in this scope. (Inherited from ScopeDescription.)
Public propertyChildScopeCountGets the number of child scopes. (Inherited from ScopeDescription.)
Public propertyDefaultWorkflowConfigurationGets or sets default workflow configuration for all workflows in this scope. (Inherited from ScopeDescription.)
Public propertyDescriptionOBSOLETE (Inherited from ScopeDescription.)
Public propertyDisplayNameDisplay Name for this scope. (Inherited from ScopeDescription.)
Public propertyLastModifiedGets the last time this scope was modified. (Inherited from ScopeDescription.)
Public propertyLastRevisedGets the last time this scope was revised. (Inherited from ScopeDescription.)
Public propertyPathGets the path to this scope from the logical root scope. (Inherited from ScopeDescription.)
Public propertyRevisionNumberGets revision number for this scope. (Inherited from ScopeDescription.)
Public propertySecurityConfigurationsGets security configuration for this scope. (Inherited from ScopeDescription.)
Public propertyStatusGets or sets Status of this scope. (Inherited from ScopeDescription.)
Public propertyUserCommentsGets or sets user comments for this scope. (Inherited from ScopeDescription.)
Public propertyWorkflowCountGets the number of workflows in this scope. (Inherited from ScopeDescription.)
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Community Additions

Show: