iControl.ManagementSNMPConfiguration.ManagementSNMPConfiguration C# (CSharp) Method

ManagementSNMPConfiguration() public method

public ManagementSNMPConfiguration ( ) : System
return System
        public ManagementSNMPConfiguration()
        {
            this.Url = "https://url_to_service";
        }
ManagementSNMPConfiguration