IDTSProject100.MatchPassword(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.