Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |