DomainClassXmlSerializer.MonikerTagName Property

Definition

Returns the XML tag name when serializing the handled ModelElement as a moniker. Note that this tag name is different from XmlTagName. This one is for writing a moniker, while XmlTagName is for writing the actual instance of the ModelElement. They need to be different tag names so that the associated schema for the serialized XML is not ambiguous. An serializer implementation that overrides MonikerAttributeName should also override MonikerTagName. The base implementation returns empty string, meaning that the DomainClass cannot be monikerized.

public:
 virtual property System::String ^ MonikerTagName { System::String ^ get(); };
public virtual string MonikerTagName { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.MonikerTagName : string
Public Overridable ReadOnly Property MonikerTagName As String

Property Value

Attributes

Applies to