Ejemplo n.º 1
0
 /// <summary>
 /// Retrieves the Option Value associated with the Option and Scope Reservation within a User Class
 /// </summary>
 /// <param name="className">The name of the User Class to retrieve the Option from</param>
 /// <param name="optionId">The identifier for the option value to retrieve</param>
 public void RemoveUserOptionValue(string className, DhcpServerOptionIds optionId)
 => DhcpServerOptionValue.DeleteScopeReservationUserOptionValue(Reservation, (int)optionId, className);