Bagikan melalui


ErrorFromResources.HelpKeyword Property

Gets or sets the error help keyword.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property HelpKeyword As String
public string HelpKeyword { get; set; }
public:
property String^ HelpKeyword {
    String^ get ();
    void set (String^ value);
}
member HelpKeyword : string with get, set
function get HelpKeyword () : String 
function set HelpKeyword (value : String)

Property Value

Type: System.String
The error help keyword.

.NET Framework Security

See Also

Reference

ErrorFromResources Class

Microsoft.Build.Tasks Namespace