SetNotificationInfo Method
Sets notification information for a vault.
Syntax
[VB.NET] Public Sub SetNotificationInfo(ByVal VaultName As String)
[C#] public void SetNotificationInfo(string vaultName);
Remarks
This method sets the notification settings for the vault specified by VaultName. The SNSTopic field must be set before calling this method. Optionally, the EventType may also be set.
NOTE: This method has a corresponding asynchronous version (SetNotificationInfoAsync) for use in the Xamarin environment.