Map Business Online SDK
PluginVersion Property

MBO Namespace > SessionInfo Class : PluginVersion Property
Gets or sets plug-in version.
Syntax
'Declaration
 
Public Property PluginVersion As String
public string PluginVersion {get; set;}

Property Value

Version of plug-in. Can be null (Nothing in Visual Basic). Use your own versioning system. For example, 4.0.1 where 4 is major version, 0 is minor version, and 1 is build number.
See Also

Reference

SessionInfo Class
SessionInfo Members