This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXmlPropertySet2 Interface > IXmlPropertySet2.IsNew Property (ArcObjects .NET 10.4 SDK) |
Indicates if a new XmlPropertySet was created on retrieving the metadata.
[Visual Basic .NET] Public ReadOnly Property IsNew As Boolean
[C#] public bool IsNew {get;}
[C++]
HRESULT get_IsNew(
VARIANT_BOOL* IsNew
);
[C++]
Parameters IsNew [out, retval] IsNew is a parameter of type VARIANT_BOOL
Documentation for this property can be found at the IXmlPropertySet::IsNew description.