ToolBarButton.Url Property

banner art

Gets or sets the URL to load when the user clicks the button.

Syntax

[Visual Basic .NET]
Public Property Url As String

[C#]
public string Url {get; set;}

[JScript]
public function get Url() : String;
public function set Url(String);

Property Value

The value of this property is a String type.

Requirements

Namespace: Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.IsvConfig

See Also

© 2007 Microsoft Corporation. All rights reserved.