iControl.ManagementSNMPConfiguration.get_system_information C# (CSharp) Method

get_system_information() private method

private get_system_information ( ) : ManagementSNMPConfigurationSystemInformation
return ManagementSNMPConfigurationSystemInformation
        public ManagementSNMPConfigurationSystemInformation get_system_information(

	)
        {
            object [] results = this.Invoke("get_system_information", new object [0]);
            return ((ManagementSNMPConfigurationSystemInformation)(results[0]));
        }
ManagementSNMPConfiguration