Partager via


Propriété F1KeywordAttribute.Keyword

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Keyword As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

F1KeywordAttribute Classe

Espace de noms Microsoft.ReportingServices.Interfaces