iControl.SystemSoftwareManagement.get_boot_location C# (CSharp) Method

get_boot_location() private method

private get_boot_location ( ) : string
return string
        public string get_boot_location(

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