Opc.Ua.Core
StringTable Property (IOperationContext)



Opc.Ua Namespace > IOperationContext Interface : StringTable Property
The table of strings which is used to store diagnostic string data.
Syntax
'Declaration
 
ReadOnly Property StringTable As StringTable
'Usage
 
Dim instance As IOperationContext
Dim value As StringTable
 
value = instance.StringTable
StringTable StringTable {get;}
property StringTable^ StringTable {
   StringTable^ get();
}

Property Value

The string table.
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

IOperationContext Interface
IOperationContext Members