Beispiel #1
0
 /// <summary>
 /// Retrieves the Option Value associated with the Option and Scope 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>
 /// <returns>A <see cref="DhcpServerOptionValue"/>.</returns>
 public void RemoveUserOptionValue(string className, DhcpServerOptionIds optionId)
 => DhcpServerOptionValue.DeleteScopeUserOptionValue(Scope, (int)optionId, className);