RetrieveAttributeRequest.ColumnNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.