Opc.Ua.Core
BinaryEncodingId Property (IEncodeable)



Opc.Ua Namespace > IEncodeable Interface : BinaryEncodingId Property
Returns the NodeId for the default binary encoding for the type.
Syntax
'Declaration
 
ReadOnly Property BinaryEncodingId As ExpandedNodeId
'Usage
 
Dim instance As IEncodeable
Dim value As ExpandedNodeId
 
value = instance.BinaryEncodingId
ExpandedNodeId BinaryEncodingId {get;}
property ExpandedNodeId^ BinaryEncodingId {
   ExpandedNodeId^ get();
}

Property Value

The NodeId for binary encoding.
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

IEncodeable Interface
IEncodeable Members