ヘルプの検索に使用するキーワードを表す String を取得または設定します。
名前空間: Microsoft.SqlServer.Dts.Design
アセンブリ: Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)
構文
'宣言
Public ReadOnly Property F1Keyword As String
Get
'使用
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
プロパティ値
型: System.String
ヘルプの検索に使用するキーワードを表す String です。