ToolBarButton.Title Property
Gets or sets a value that defines a title for the button.
Syntax
[Visual Basic .NET]
Public Property Title As String
[C#]
public string Title {get; set;}
[JScript]
public function get Title() : String;
public function set Title(String);
Property Value
The value of this property is a String type.
Requirements
Namespace: Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.IsvConfig
See Also