Opc.Ua.Core
ExtensionObjectEncoding Enumeration



Opc.Ua Namespace : ExtensionObjectEncoding Enumeration
The types of encodings that may used with an object.
Syntax
'Declaration
 
Public Enum ExtensionObjectEncoding 
   Inherits System.Enum
'Usage
 
Dim instance As ExtensionObjectEncoding
public enum ExtensionObjectEncoding : System.Enum 
public enum class ExtensionObjectEncoding : public System.Enum 
Members
MemberDescription
Binary The extension object has a binary encoded body.
EncodeableObject The extension object has an encodeable object body.
Json The extension object has a JSON encoded body.
None The extension object has no body.
Xml The extension object has an XML encoded body.
Remarks
The types of encodings that may used with an object.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.ExtensionObjectEncoding

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

Opc.Ua Namespace