Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a String containing the keyword to be used in looking up Help.
Namespace: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Public ReadOnly Property F1Keyword As String
Get
'Usage
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
Property Value
Type: System.String
A String containing the keyword to be used in looking up Help.