BaseProperty.F1Keyword Property

Definition

The keyword that is used to open the help page for this property.

public:
 property System::String ^ F1Keyword { System::String ^ get(); void set(System::String ^ value); };
public string F1Keyword { get; set; }
public string F1Keyword { [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.F1Keyword : 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.F1Keyword : string with get, set
Public Property F1Keyword As String

Property Value

The keyword that is used to open the help page for this property.

Attributes

Remarks

This form of specifying help takes precedence over HelpUrl and HelpFile + HelpContext. This field is optional and is culture insensitive.

Applies to