Share via


ToolBarButton.PassParameters Property

banner art

Gets or sets a value that indicates if the object type and object ID parameters are to be passed in the URL.

Syntax

[Visual Basic .NET]
Public Property PassParameters As ConfigurationBoolean

[C#]
public ConfigurationBoolean PassParameters {get; set;}

[JScript]
public function get PassParameters() : ConfigurationBoolean;
public function set PassParameters(ConfigurationBoolean);

Property Value

The value of this property is a ConfigurationBoolean type.

Requirements

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

See Also

© 2007 Microsoft Corporation. All rights reserved.