Gets or sets a value indicating whether the saved credentials will be updated upon completion of a successful connection attempt.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasUpdateCredential AutoUpdateCredentials { get; set; } |
| Visual Basic |
|---|
Public Property AutoUpdateCredentials As RasUpdateCredential
Get
Set |
| Visual C++ |
|---|
public:
property RasUpdateCredential AutoUpdateCredentials {
RasUpdateCredential get ();
void set (RasUpdateCredential value);
} |
| F# |
|---|
member AutoUpdateCredentials : RasUpdateCredential with get, set
|
Property Value
Type:
RasUpdateCredential
Remarks
See Also