RetrieveAttributeRequest.ColumnNumber Property
Applies To: Dynamics CRM 2015
Gets or sets a column number value to identify an attribute from the Audit.AttributeMask property. Optional.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public int ColumnNumber { get; set; }
public:
property int ColumnNumber {
int get();
void set(int value);
}
member ColumnNumber : int with get, set
Public Property ColumnNumber As Integer
Property Value
Type: System.Int32
Type: Int32
A column number value to identify an attribute from the Audit.AttributeMask property. Optional.
Remarks
This property can be used in place of the LogicalName when querying Audit entity records. The AttributeMask property contains a column delimited list of column number values representing the attributes modified when the record was updated. You can use these values to retrieve the metadata for the attribute that was changed.
See Also
RetrieveAttributeRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Audit entity data changes
Audit entity messages and methods
Return to top
© 2016 Microsoft. All rights reserved. Copyright