iControl.ManagementSNMPConfiguration.remove_trap_community C# (CSharp) Method

remove_trap_community() private method

private remove_trap_community ( string community ) : void
community string
return void
        public void remove_trap_community(
		string community
	)
        {
            this.Invoke("remove_trap_community", new object [] {
                community});
        }
ManagementSNMPConfiguration