iControl.ManagementSNMPConfiguration.get_readwrite_community C# (CSharp) Method

get_readwrite_community() private method

private get_readwrite_community ( ) : ManagementSNMPConfigurationWrapperSecurityInformation[]
return ManagementSNMPConfigurationWrapperSecurityInformation[]
        public ManagementSNMPConfigurationWrapperSecurityInformation[] get_readwrite_community(

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