Exemplo n.º 1
0
 /// <summary>
 /// Retrieves the Option Value associated with the Option and Scope Reservation 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>
 public void RemoveVendorOptionValue(string vendorName, DhcpServerOptionIds optionId)
 => DhcpServerOptionValue.DeleteScopeReservationVendorOptionValue(Reservation, (int)optionId, vendorName);