HelpContextAttribute.F1Keyword 속성
Gets or sets a String containing the keyword to be used in looking up Help.
네임스페이스: 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
A String containing the keyword to be used in looking up Help.