This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLPersistedObject Interface > IXMLPersistedObject.Object Property (ArcObjects .NET 10.5 SDK) |
The object to be serialized to or deserialized from XML.
[Visual Basic .NET] Public Property Object As Object
[C#] public object Object {get; set;}
[C++]
HRESULT get_Object(
LPUNKNOWN* ppObject
);
[C++]
HRESULT putref_Object(
LPUNKNOWN ppObject
);
[C++]
Parameters ppObject [out, retval] ppObject is a parameter of type LPUNKNOWN ppObject [in] ppObject is a parameter of type LPUNKNOWN