iControl.SystemSystemInfo.get_pva_version C# (CSharp) Method

get_pva_version() private method

private get_pva_version ( ) : string
return string
        public string get_pva_version(

	)
        {
            object [] results = this.Invoke("get_pva_version", new object [0]);
            return ((string)(results[0]));
        }
SystemSystemInfo