| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As SystemContext Dim context As IOperationContext Dim value As ISystemContext value = instance.Copy(context) | |
| C# | |
|---|---|
| public ISystemContext Copy( IOperationContext context ) | |
Parameters
- context
- The operation context to use.
Return Value
A copy of the system context that references the new operation context.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    