Share via


ToolBarButton.Icon Property

banner art

Gets or sets a value that contains the URL of an icon image that is to be displayed next to the button title.

Syntax

[Visual Basic .NET]
Public Property Icon As String

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

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