DomainClassXmlSerializer.XmlTagName Property

Definition

Returns the XML tag name that will be used in serialization. If a DomainClass cannot be serialized directly (e.g. abstract class, short-form relationship, etc.), emptry string is returned for this property.

public:
 virtual property System::String ^ XmlTagName { System::String ^ get(); };
public virtual string XmlTagName { get; }
member this.XmlTagName : string
Public Overridable ReadOnly Property XmlTagName As String

Property Value

Applies to