Returns the Key of the AlarmSubscription.

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string GetKey()
Visual Basic
Public Function GetKey As String
JScript
public function GetKey() : String

Remarks

Use this method only once the AlarmSubscription has been added to a SubscriptionsRepository

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThrows an exception if the key is not set yet

See Also