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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.