Opc.Ua.Core
GlobalFactory Property



Opc.Ua Namespace > EncodeableFactory Class : GlobalFactory Property
The default factory for the process.
Syntax
'Declaration
 
Public Shared ReadOnly Property GlobalFactory As EncodeableFactory
'Usage
 
Dim value As EncodeableFactory
 
value = EncodeableFactory.GlobalFactory
public static EncodeableFactory GlobalFactory {get;}
public:
static property EncodeableFactory^ GlobalFactory {
   EncodeableFactory^ get();
}
Remarks
The default factory for the process.
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

EncodeableFactory Class
EncodeableFactory Members