Opc.Ua.Core
OperationContext Property



Opc.Ua Namespace > SystemContext Class : OperationContext Property
The operation context associated with the system context.
Syntax
'Declaration
 
Public ReadOnly Property OperationContext As IOperationContext
'Usage
 
Dim instance As SystemContext
Dim value As IOperationContext
 
value = instance.OperationContext
public IOperationContext OperationContext {get;}
public:
property IOperationContext^ OperationContext {
   IOperationContext^ get();
}

Property Value

The operation context.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SystemContext Class
SystemContext Members