Opc.Ua.Core
BinaryEncodingId Property (EncodeableObject)



Opc.Ua Namespace > EncodeableObject Class : BinaryEncodingId Property
Syntax
'Declaration
 
Public MustOverride ReadOnly Property BinaryEncodingId As ExpandedNodeId
'Usage
 
Dim instance As EncodeableObject
Dim value As ExpandedNodeId
 
value = instance.BinaryEncodingId
public abstract ExpandedNodeId BinaryEncodingId {get;}
public:
abstract property ExpandedNodeId^ BinaryEncodingId {
   ExpandedNodeId^ get();
}
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

EncodeableObject Class
EncodeableObject Members