Exemple #1
0
 /// <summary>
 /// The Option Value associated with the Global Server Configuration
 /// </summary>
 public DhcpServerOptionValue GetGlobalValue()
 {
     return(DhcpServerOptionValue.GetGlobalOptionValue(Server, OptionId, ClassName, VendorName));
 }