RetrieveAttributeRequest.ColumnNumber Property

Definition

Gets or sets a column number value to identify an attribute from the Audit.AttributeMask column Optional.

public:
 property int ColumnNumber { int get(); void set(int value); };
public int ColumnNumber { get; set; }
member this.ColumnNumber : int with get, set
Public Property ColumnNumber As Integer

Property Value

A column number value to identify an attribute from the Audit.AttributeMask column Optional.

Remarks

You can use this property in place of the LogicalName property when querying Audit table records. The AttributeMask column property contains a comma separated list of column number values representing the columns modified when the record was updated. You can use these values to retrieve the metadata for the column that was changed.

Applies to