TaskLoggingHelper.HelpKeywordPrefix Property

Definition

Gets or sets the prefix used to compose help keywords from string resource names.

public:
 property System::String ^ HelpKeywordPrefix { System::String ^ get(); void set(System::String ^ value); };
public string HelpKeywordPrefix { get; set; }
public string HelpKeywordPrefix { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.HelpKeywordPrefix : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HelpKeywordPrefix : string with get, set
Public Property HelpKeywordPrefix As String

Property Value

The help keyword prefix string.

Attributes

Remarks

If a task does not have Help keywords associated with its messages, it can ignore this property or set it to null. If this property is set to an empty String, resource names will be used verbatim as Help keywords.

Applies to