This document is archived and information here might be outdated.  Recommended version.


IXMLSerializeData.TypeName Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IXMLSerializeData.TypeName Property

XML type of the object.

[Visual Basic .NET]
Public Property TypeName As String
[C#]
public string TypeName {get; set;}
[C++]
HRESULT get_TypeName(
  System.String* Name
);
[C++]

Parameters Name [out, retval]
Name is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IXMLSerializeData Interface