Compartir a través de


F1Keyword Propiedad

Gets or sets a String containing the keyword to be used in looking up Help.

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
Public ReadOnly Property F1Keyword As String
    Get
'Uso
Dim instance As HelpContextAttribute
Dim value As String

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

Valor de la propiedad

Tipo: System. . :: . .String
A String containing the keyword to be used in looking up Help.