DeleteNotificationInfo Method
Deletes the notification information for the vault.
Syntax
[VB.NET] Public Sub DeleteNotificationInfo(ByVal VaultName As String)
[C#] public void DeleteNotificationInfo(string vaultName);
Remarks
This method deletes the notification information associated with the vault specified by VaultName.
NOTE: This method has a corresponding asynchronous version (DeleteNotificationInfoAsync) for use in the WinRT environment.