JAMS Developer Guide
Version Property (Agent)


MVPSI.JAMS Namespace > Agent Class : Version Property
Gets the version of the JAMS agent installed on this agent
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Dynamic")>
<System.ComponentModel.DescriptionAttribute("Last reported version of the Agent.")>
<System.Runtime.Serialization.DataMemberAttribute()>
<System.ComponentModel.ReadOnlyAttribute(True)>
Public Property Version As System.String
'Usage
 
Dim instance As Agent
Dim value As System.String
 
instance.Version = value
 
value = instance.Version
[System.ComponentModel.Category("Dynamic")]
[System.ComponentModel.Description("Last reported version of the Agent.")]
[System.Runtime.Serialization.DataMember()]
[System.ComponentModel.ReadOnly(true)]
public System.string Version {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Agent Class
Agent Members