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

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

private get_pass_through ( ) : ManagementSNMPConfigurationPassThroughInformation[]
Результат ManagementSNMPConfigurationPassThroughInformation[]
        public ManagementSNMPConfigurationPassThroughInformation[] get_pass_through(

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