Share via


IDTSProject100.MatchPassword(String) Method

Definition

Matches the password for the project.

public:
 bool MatchPassword(System::String ^ bstrPackagePassword);
public bool MatchPassword (string bstrPackagePassword);
abstract member MatchPassword : string -> bool
Public Function MatchPassword (bstrPackagePassword As String) As Boolean

Parameters

bstrPackagePassword
String

The package password.

Returns

The matched password.

Applies to