Opc.Ua.Core
XmlEncodingId Property (IEncodeable)



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

Property Value

The NodeId for the XML encoding id.
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