iControl.ManagementSNMPConfiguration.set_trap_community C# (CSharp) Method

set_trap_community() private method

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