Share via


ToolBarButton.SupportedClients Property

banner art

Gets or sets a value that determines what Microsoft CRM clients the button should be available in.

Syntax

[Visual Basic .NET]
Public Property SupportedClients As ClientTypes

[C#]
public ClientTypes SupportedClients {get; set;}

[JScript]
public function get SupportedClients() : ClientTypes;
public function set SupportedClients(ClientTypes);

Property Value

The value of this property is a ClientTypes type.

Requirements

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

See Also

© 2007 Microsoft Corporation. All rights reserved.