ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1WebChart.AssemblyVersionString Property

Gets the control's AssemblyVersion as a string. The AssemblyVersion is also viewable from the properties dialog of the control assembly dll, but only in the "other version information" section.

[Visual Basic]

Public ReadOnly Property AssemblyVersionString As String

[C#]

public string AssemblyVersionString {get;}

[Delphi]

public property AssemblyVersionString: String read get_AssemblyVersionString;

Remarks

The AssemblyFileVersion is different from the AssemblyVersion. The AssemblyFileVersion is viewable from the properties dialog of the control assembly dll. The AssemblyVersion is also listed in the properties dialog, but only in the "other version information" section. When viewing the Global Assembly Cache (GAC) in Windows Explorer, the AssemblyVersion is shown as a standard column.

The AssemblyFileVersion will always change with each separate release of the Chart control, including internal changes. The AssemblyVersion will only change when the object model has been changed.

See Also

C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.