IIntellisenseFilter.AccessKey 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 key used to toggle the filter's state.
public:
property System::String ^ AccessKey { System::String ^ get(); };
public:
property Platform::String ^ AccessKey { Platform::String ^ get(); };
public string AccessKey { get; }
member this.AccessKey : string
Public ReadOnly Property AccessKey As String