IExecutionContext.OperationCreatedOn Property
Applies To: Dynamics CRM 2015
Gets the date and time that the related System Job was created.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
DateTime OperationCreatedOn { get; }
property DateTime OperationCreatedOn {
DateTime get();
}
abstract OperationCreatedOn : DateTime with get
ReadOnly Property OperationCreatedOn As Date
Property Value
Type: System.DateTime
Type: DateTime
The date and time that the related System Job was created.
Remarks
This property is used for the Microsoft Dynamics CRM to Microsoft Azure integration feature. It contains the same date and time value as the CreatedOn property of the related System Job entity.
See Also
OperationId
IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
AsyncOperation (system job) entity
Azure integration with Microsoft Dynamics CRM
Return to top
© 2016 Microsoft. All rights reserved. Copyright