FOR INTERNAL USE ONLY, NOT FOR CUSTOMERS
Gets or sets an id that maps the field to a group of fields. This is useful to aggregate different fields in the same column.
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public int GroupMap { get; set; } |
Visual Basic |
---|
Public Property GroupMap As Integer Get Set |
JScript |
---|
function get GroupMap () : int function set GroupMap (value : int) |