FilterShortcutDefinition.ActivationSequence 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.
The character sequence for the search box used to invoke the filter shortcut.
public:
property System::String ^ ActivationSequence { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ActivationSequence { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ActivationSequence { get; set; }
member this.ActivationSequence : string with get, set
Public Property ActivationSequence As String