Share via


ToolBarButton.JScript Property

banner art

Gets or sets a value that defines the JScript code to run when the user navigates to the button.

Syntax

[Visual Basic .NET]
Public Property JScript As String

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

[JScript]
public function get JScript() : String;
public function set JScript(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.