| ProxyCredentialsCredentials Property |
Get the user credentials
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public UserCredentials Credentials { get; }
Public ReadOnly Property Credentials As UserCredentials
Get
public:
property UserCredentials^ Credentials {
UserCredentials^ get ();
}
member Credentials : UserCredentials with get
Property Value
Type:
UserCredentialsIf
UseProxyServer is false, this will be ignored
See Also