'Declaration
Public Property Body As Object
'Usage
Dim instance As UAExtensionObject Dim value As Object instance.Body = value value = instance.Body
public object Body {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.