Freigeben über


F1KeywordAttribute.Keyword-Eigenschaft

Gets the F1 help keyword for a topic in SQL Server Books Online.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Public ReadOnly Property Keyword As String 
    Get
'Usage
Dim instance As F1KeywordAttribute 
Dim value As String 

value = instance.Keyword
public string Keyword { get; }
public:
property String^ Keyword {
    String^ get ();
}
member Keyword : string
function get Keyword () : String

Eigenschaftswert

Typ: System.String
A string value that represents the F1 help keyword for a topic in SQL Server Books Online.

Siehe auch

Verweis

F1KeywordAttribute Klasse

Microsoft.ReportingServices.Interfaces-Namespace