DomainClassXmlSerializer::MonikerAttributeName Property
Visual Studio 2015
Gets the XML attribute name that contains the moniker string.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Property Value
Type: System::String^Returns the XML attribute name that contains the moniker string.
As an example, a domain class named Library may have monkier tag name called LibraryMoniker, and a moniker attribute name, ref.
A serializer implementation that overrides MonikerTagName should also override MonikerAttributeName.
The base implementation returns an empty string. An empty string means that the domain class cannot be monikerized.
Show: