ConvertDateAndTimeBehaviorResponse.JobId Property
Applies To: Dynamics CRM 2015
Gets the ID of the asynchronous job that executes the behavior conversion from UTC to DateOnly in the database.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
public Guid JobId { get; }
public:
property Guid JobId {
Guid get();
}
member JobId : Guid with get
Public ReadOnly Property JobId As Guid
Type: System.Guid
Returns Guid
ID of the asynchronous job.
An asynchronous job is created with the Convert Date and Time Behavior name.
ConvertDateAndTimeBehaviorResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright