Accusoft.ImagXpress13.Net
NetworkCredentials Property




Gets and sets the credentials for the password based authentication.
Syntax
'Declaration
 
Public Property NetworkCredentials As NetworkCredential
'Usage
 
Dim instance As InternetOptions
Dim value As NetworkCredential
 
instance.NetworkCredentials = value
 
value = instance.NetworkCredentials
public NetworkCredential NetworkCredentials {get; set;}
public: __property NetworkCredential* get_NetworkCredentials();
public: __property void set_NetworkCredentials( 
   NetworkCredential* value
);
public:
property NetworkCredential^ NetworkCredentials {
   NetworkCredential^ get();
   void set (    NetworkCredential^ value);
}

Property Value

The System.Net.NetworkCredential
See Also

Reference

InternetOptions Class
InternetOptions Members
System.Net.NetworkCredential

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback