ChangePassPhraseAsync Method
Change the PassPhrase for an account.
Syntax
[VB.NET] Public Function ChangePassPhraseAsync(ByVal NewPassPhrase As String) As Task
[C#] public Task ChangePassPhraseAsync(string newPassPhrase);
Shipping Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ChangePassPhraseAsync MethodChange the PassPhrase for an account. Syntax[VB.NET] Public Function ChangePassPhraseAsync(ByVal NewPassPhrase As String) As Task [C#] public Task ChangePassPhraseAsync(string newPassPhrase); RemarksThis method is the asynchronous version of the ChangePassPhrase method and is used to support asynchronous operations in WinRT. Please refer to ChangePassPhrase for more information. |
||