Share via


ScopeInfo Class

OBSOLETE

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.ScopeDescription
    Microsoft.Workflow.Client.ScopeInfo

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

Syntax

'Declaration
<DataContractAttribute(Name := "ScopeInfo", Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")> _
Public Class ScopeInfo _
    Inherits ScopeDescription
'Usage
Dim instance As ScopeInfo
[DataContractAttribute(Name = "ScopeInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public class ScopeInfo : ScopeDescription
[DataContractAttribute(Name = L"ScopeInfo", Namespace = L"https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public ref class ScopeInfo : public ScopeDescription
[<DataContractAttribute(Name = "ScopeInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
type ScopeInfo =  
    class 
        inherit ScopeDescription 
    end
public class ScopeInfo extends ScopeDescription

The ScopeInfo type exposes the following members.

Constructors

  Name Description
Public method ScopeInfo Initializes a new instance of the ScopeInfo class.

Top

Properties

  Name Description
Public property ActivityCount Gets the number of activities in this scope. (Inherited from ScopeDescription.)
Public property ChildScopeCount Gets the number of child scopes. (Inherited from ScopeDescription.)
Public property DefaultWorkflowConfiguration Gets or sets default workflow configuration for all workflows in this scope. (Inherited from ScopeDescription.)
Public property Description OBSOLETE (Inherited from ScopeDescription.)
Public property DisplayName Display Name for this scope. (Inherited from ScopeDescription.)
Public property LastModified Gets the last time this scope was modified. (Inherited from ScopeDescription.)
Public property LastRevised Gets the last time this scope was revised. (Inherited from ScopeDescription.)
Public property Path Gets the path to this scope from the logical root scope. (Inherited from ScopeDescription.)
Public property RevisionNumber Gets revision number for this scope. (Inherited from ScopeDescription.)
Public property SecurityConfigurations Gets security configuration for this scope. (Inherited from ScopeDescription.)
Public property Status Gets or sets Status of this scope. (Inherited from ScopeDescription.)
Public property UserComments Gets or sets user comments for this scope. (Inherited from ScopeDescription.)
Public property WorkflowCount Gets the number of workflows in this scope. (Inherited from ScopeDescription.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Workflow.Client Namespace