iControl.SystemSystemInfo.get_connection_type C# (CSharp) Method

get_connection_type() private method

private get_connection_type ( ) : SystemConnectionType
return SystemConnectionType
        public SystemConnectionType get_connection_type(

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