Share via


CompletionSet.Moniker Property

Gets the unique, non-localized identifier for the completion set.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public Overridable Property Moniker As String
public virtual string Moniker { get; protected set; }
public:
virtual property String^ Moniker {
    String^ get ();
    protected: void set (String^ value);
}
abstract Moniker : string with get, set
override Moniker : string with get, set
function get Moniker () : String
protected function set Moniker (value : String)

Property Value

Type: System.String
The unique, non-localized identifier for the completion set.

.NET Framework Security

See Also

Reference

CompletionSet Class

Microsoft.VisualStudio.Language.Intellisense Namespace