Opc.Ua.Core
EncodeableFactory Property (SystemContext)



Opc.Ua Namespace > SystemContext Class : EncodeableFactory Property
A factory that can be used to create encodeable types.
Syntax
'Declaration
 
Public Property EncodeableFactory As IEncodeableFactory
'Usage
 
Dim instance As SystemContext
Dim value As IEncodeableFactory
 
instance.EncodeableFactory = value
 
value = instance.EncodeableFactory
public IEncodeableFactory EncodeableFactory {get; set;}
public:
property IEncodeableFactory^ EncodeableFactory {
   IEncodeableFactory^ get();
   void set (    IEncodeableFactory^ value);
}

Property Value

The encodeable factory.
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