Returns the Key of the AlarmSubscription. 
            
Namespace: Ico.Awx.CommonAssembly: 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
| Exception | Condition | 
|---|---|
| System..::..InvalidOperationException | Throws an exception if the key is not set yet |