iControl.ManagementSNMPConfiguration.get_pass_through C# (CSharp) Method

get_pass_through() private method

private get_pass_through ( ) : ManagementSNMPConfigurationPassThroughInformation[]
return ManagementSNMPConfigurationPassThroughInformation[]
        public ManagementSNMPConfigurationPassThroughInformation[] get_pass_through(

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