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