/// <summary> /// Retrieves the Option Value associated with the Option and Scope within a Vendor Class /// </summary> /// <param name="vendorName">The name of the Vendor Class to retrieve the Option from</param> /// <param name="optionId">The identifier for the option value to retrieve</param> /// <returns>A <see cref="DhcpServerOptionValue"/>.</returns> public void RemoveVendorOptionValue(string vendorName, DhcpServerOptionIds optionId) => DhcpServerOptionValue.DeleteScopeVendorOptionValue(Scope, (int)optionId, vendorName);