FOR INTERNAL USE ONLY, NOT FOR CUSTOMERS
            Gets or sets a custom GROUP KEY. These keys identifies a group of fields (usually OPC AE Attributes) and can be used in Alarm Filters. 
            
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# | 
|---|
public string GroupKey { get; set; }  | 
| Visual Basic | 
|---|
Public Property GroupKey As String Get Set  | 
| JScript | 
|---|
function get GroupKey () : String function set GroupKey (value : String)  |