AmbiguousMonikerException.Moniker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the moniker that is ambiguous.
public:
property System::String ^ Moniker { System::String ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public string Moniker { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Moniker : string
Public ReadOnly Property Moniker As String
Property Value
- Attributes