RetrieveAttributeRequest.ColumnNumber Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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 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

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright