Connectivity Software User's Guide and Reference
EncodableBody Property



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA Namespace > UAExtensionObject Class : EncodableBody Property
The encodable body of the extension object.
Syntax
'Declaration
 
<JetBrains.Annotations.CanBeNullAttribute()>
Public Property EncodableBody As UAEncodable
'Usage
 
Dim instance As UAExtensionObject
Dim value As UAEncodable
 
instance.EncodableBody = value
 
value = instance.EncodableBody
[JetBrains.Annotations.CanBeNull()]
public UAEncodable EncodableBody {get; set;}
[JetBrains.Annotations.CanBeNull()]
public:
property UAEncodable^ EncodableBody {
   UAEncodable^ get();
   void set (    UAEncodable^ value);
}

Property Value

The value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

Remarks
The "encodable" spelling has been intentionally chosen over the "encodeable" which appears to be either incorrect or at least much less common.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also