OrganizationRequest.RequestId Property

 

Applies To: Dynamics CRM 2015

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; }
public:
[DataMemberAttribute]
property Nullable<Guid> RequestId {
    Nullable<Guid> get();
    void set(Nullable<Guid> value);
}
[<DataMemberAttribute>]
member RequestId : Nullable<Guid> with 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

© 2016 Microsoft. All rights reserved. Copyright