Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the XML attribute name that contains the moniker string.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property MonikerAttributeName As String
'Usage
Dim instance As DomainClassXmlSerializer
Dim value As String
value = instance.MonikerAttributeName
public virtual string MonikerAttributeName { get; }
public:
virtual property String^ MonikerAttributeName {
String^ get ();
}
public function get MonikerAttributeName () : String
Property Value
Type: System.String
Returns the XML attribute name that contains the moniker string.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DomainClassXmlSerializer Class