Share via


BaseProperty.HelpUrl Property

Gets or sets the URL of the Help page for this property. The page is opened when the user presses F1.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Framework.XamlTypes
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)

Syntax

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

Property Value

Type: System.String
Returns the URL of the Help page for this property.

Remarks

This property has a higher priority than the HelpContext + HelpFile and HelpString properties. In other words, these properties are ignored if HelpUrl is set.

This field is optional and is culture-insensitive.

.NET Framework Security

See Also

Reference

BaseProperty Class

Microsoft.Build.Framework.XamlTypes Namespace