F1KeywordAttribute.Keyword Property

Definition

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.

Applies to