iControl.ManagementSNMPConfiguration.get_system_information C# (CSharp) Метод

get_system_information() приватный Метод

private get_system_information ( ) : ManagementSNMPConfigurationSystemInformation
Результат ManagementSNMPConfigurationSystemInformation
        public ManagementSNMPConfigurationSystemInformation get_system_information(

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