F1KeywordAttribute.Keyword 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.
Gets the F1 help keyword for a topic in SQL Server Books Online.
public:
property System::String ^ Keyword { System::String ^ get(); };
public string Keyword { get; }
member this.Keyword : string
Public ReadOnly Property Keyword As String
Property Value
A string
value that represents the F1 help keyword for a topic in SQL Server Books Online.