'Declaration
Public Function New( _ ByVal networkServerDiscoveryQuery As UANetworkServerDiscoveryQuery _ )
'Usage
Dim networkServerDiscoveryQuery As UANetworkServerDiscoveryQuery Dim instance As New UANetworkServerDiscoveryQuery(networkServerDiscoveryQuery)
public UANetworkServerDiscoveryQuery( UANetworkServerDiscoveryQuery networkServerDiscoveryQuery )
public: UANetworkServerDiscoveryQuery( UANetworkServerDiscoveryQuery^ networkServerDiscoveryQuery )
Parameters
- networkServerDiscoveryQuery
- The network discovery query to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).