Share via


ToolBarButton.ValideForCreate Property

banner art

Gets or sets a value that specifies that the button should be displayed on the "Create" (New) entity form.

Syntax

[Visual Basic .NET]
Public Property ValideForCreate As ConfigurationBoolean

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

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