DomainClassXmlSerializer.MonikerAttributeName Property

Definition

Returns the XML attribute name that contains the moniker string. For example, a DomainClass Foo may have MonikerTagName "FooMoniker", and MonikerAttributeName "ref", then a serialized moniker of Foo will look like <FooMoniker ref="foo1" >. An serializer implementation that overrides MonikerTagName should also override MonikerAttributeName. The base implementation returns empty string, meaning that the DomainClass cannot be monikerized.

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

Property Value

Attributes

Applies to