Returns an object using its name
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public AlarmSubscription GetSubscriptionByName( string name ) |
Visual Basic |
---|
Public Function GetSubscriptionByName ( _ name As String _ ) As AlarmSubscription |
JScript |
---|
public function GetSubscriptionByName( name : String ) : AlarmSubscription |
Parameters
- name
- Type: System..::..String
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Fires an exception if there is no filter with the name specified |