iControl.SystemSystemInfo.get_system_id C# (CSharp) 메소드

get_system_id() 개인적인 메소드

private get_system_id ( ) : string
리턴 string
        public string get_system_id(

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