territory.createdon Field

banner art

Specifies the date and time when the territory was created.

Syntax

[Visual Basic .NET]
Public Field createdon As CrmDateTime
[C#]
public CrmDateTime createdon;
[JScript]
public var createdon : CrmDateTime;

Remarks

Represents a field of type CrmDateTime.

The following table contains additional information about this attribute:

Platform required No
Application requirement level Read only
Valid for create No
Valid for retrieve Yes
Valid for update No
Display format Date only

See Also

© 2007 Microsoft Corporation. All rights reserved.