| DirectoryEntryJsonVersion Property  | 
            Gets or sets the version number of VRS that the site is running.
            
 
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Version { get; set; }Public Property Version As String
	Get
	Set
public:
property String^ Version {
	String^ get ();
	void set (String^ value);
}member Version : string with get, set
Property Value
Type: 
String
See Also