iControl.ManagementSNMPConfiguration.get_trap_community C# (CSharp) Method

get_trap_community() private method

private get_trap_community ( ) : string
return string
        public string get_trap_community(

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