'Declaration
Public Function New( _ ByVal networkCredential2 As NetworkCredential2 _ )
'Usage
Dim networkCredential2 As NetworkCredential2 Dim instance As New NetworkCredential2(networkCredential2)
public NetworkCredential2( NetworkCredential2 networkCredential2 )
public: NetworkCredential2( NetworkCredential2^ networkCredential2 )
Parameters
- networkCredential2
- Network credential to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).