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)
Syntax
public Guid JobId { get; }
public:
property Guid JobId {
Guid get();
}
member JobId : Guid with get
Public ReadOnly Property JobId As Guid
Property Value
Type: System.Guid
Returns Guid
ID of the asynchronous job.
Remarks
An asynchronous job is created with the Convert Date and Time Behavior name.
See Also
ConvertDateAndTimeBehaviorResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright