DomainClassXmlSerializer.XmlTagName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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