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

[DataMemberAttribute]
public DateTime OperationCreatedOn { get; set; }
public:
[DataMemberAttribute]
property DateTime OperationCreatedOn {
    virtual DateTime get() sealed;
    virtual void set(DateTime value) sealed;
}
[<DataMemberAttribute>]
abstract OperationCreatedOn : DateTime with get, set
[<DataMemberAttribute>]
override OperationCreatedOn : DateTime with get, set
<DataMemberAttribute>
Public Property OperationCreatedOn As Date

Property Value

Type: System.DateTime

Type: DateTime
The date and time the related System Job was created.

Implements

IExecutionContext.OperationCreatedOn

Remarks

This property is used for the Microsoft Dynamics CRM to Windows Azure integration feature. It contains the same date and time value as the CreatedOn property of the related System Job entity.

See Also

OperationId
RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
AsyncOperation (system job) entity
Azure integration with Microsoft Dynamics CRM

Return to top

© 2016 Microsoft. All rights reserved. Copyright