Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |