CompletionSet.Moniker Property

Definition

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

public:  virtual property System::String ^ Moniker {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public:  virtual property Platform::String ^ Moniker {  public:
Platform::String ^ get(); protected:
 void set(Platform::String ^ value); };
public virtual string Moniker { get; protected set; }
member this.Moniker : string with get, set
Public Overridable Property Moniker As String

Property Value

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

Applies to