Share via


RetrieveAttributeRequest.ColumnNumber Property

Applies To: Microsoft Dynamics CRM 2013, Microsoft 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

'Declaration
Public Property ColumnNumber As Integer
public int ColumnNumber { get; set; }

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

See Also

Reference

RetrieveAttributeRequest Class
RetrieveAttributeRequest Members
Microsoft.Xrm.Sdk.Messages Namespace

Other Resources

Audit Entity Data Changes in Microsoft Dynamics CRM
Audit Entity Messages and Methods

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.