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)

public:
property String^ Moniker {
	[CompilerGeneratedAttribute]
	virtual String^ get();
	[CompilerGeneratedAttribute]
	protected: virtual void set(String^ value);
}

Property Value

Type: System::String^

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

Return to top
Show: