Scope Enumeration
Specifies constants that define the scope of an object.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Enumeration Scope
'Usage
Dim instance As Scope
public enum Scope
public enum class Scope
public enum Scope
Members
Member name | Description | |
---|---|---|
Internal | The object has internal scope only. | |
InternalExternal | The object has internal and external scope. |