NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOConnection.ShouldPersistPassword

Determines whether the Password should be persisted.

[Visual Basic]
Public Function ShouldPersistPassword() As Boolean
[C#]
public bool ShouldPersistPassword();
[C++]
public: bool ShouldPersistPassword();
[JScript]
public function ShouldPersistPassword() : Boolean;

Return Value

true if Password is not set to its default, otherwise false.

See Also

ADOConnection Class | ADOConnection Members | System.Data.ADO Namespace | ShouldPersistDatabase | ShouldPersistDataSource | ShouldPersistIsolationLevel | ShouldPersistConnectionTimeout | ShouldPersistUserID