Share via


AmbiguousMonikerException.Moniker Property

Gets the moniker of the model element.

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

Syntax

'Declaration
Public ReadOnly Property Moniker As String
'Usage
Dim instance As AmbiguousMonikerException 
Dim value As String 

value = instance.Moniker
public string Moniker { get; }
public:
property String^ Moniker {
    String^ get ();
}
public function get Moniker () : String

Property Value

Type: System.String
The moniker of the model element.

.NET Framework Security

See Also

Reference

AmbiguousMonikerException Class

AmbiguousMonikerException Members

Microsoft.VisualStudio.Modeling Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.