Compartir a través de


F1KeywordAttribute.Keyword Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblado:  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxis

'Declaración
Public ReadOnly Property Keyword As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

F1KeywordAttribute Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces