XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / FileVersion Property



In This Topic
    FileVersion Property
    In This Topic
    Gets the File Version of XdsObjects
    Syntax
    Public Shared ReadOnly Property FileVersion As String
    Dim value As String
     
    value = XdsGlobal.FileVersion
    public static string FileVersion {get;}
    public:
    static property String^ FileVersion {
       String^ get();
    }
    Remarks
    This property contains the File Version of the running XdsObjects. This information can be found in the XdsObjects log file.
    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