iControl.SystemSystemInfo.get_system_id C# (CSharp) Method

get_system_id() private method

private get_system_id ( ) : string
return string
        public string get_system_id(

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