ClassHasBaseClassSerializer.MonikerAttributeName Property

This is the name of the XML attribute that stores the moniker of ClassHasBaseClass in a serialized monikerized instance.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property MonikerAttributeName As String
public override string MonikerAttributeName { get; }
public:
virtual property String^ MonikerAttributeName {
    String^ get () override;
}
abstract MonikerAttributeName : string
override MonikerAttributeName : string
override function get MonikerAttributeName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ClassHasBaseClassSerializer Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace