property DHCPSession.NetBiosNS as String
NetBios nameserver list separated by commas.

  Type Description  
    String Value representing NetBios NS server address that client can use  
 

This property holds NetBios NS server (also known as WINS) address that will be sent to client after DHCPSession.AcceptRequest() has been called. You can specify more than one NS server, separated by commas. Their priority of use matches the order in which you specified them.