OrganizationRequest.RequestId Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets the ID of an asynchronous operation (system job). Optional.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Nullable<Guid> RequestId { get; set; }
<DataMemberAttribute>
Public Property RequestId As Nullable(Of Guid)
Property Value
Type: System.Nullable<Guid>
Type: Nullable<Guid>
The ID of an asynchronous operation (system job).
Remarks
You can pass an optional parameter into any message by setting this property. For any message that can be used in an asynchronous operation, set this to the value of AsyncOperation.RequestId.
See Also
OrganizationRequest Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright