OrganizationRequest.RequestId Property

Definition

Gets or sets the ID of the request. Optional.

public:
 property Nullable<Guid> RequestId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Runtime.Serialization.DataMember]
public Guid? RequestId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RequestId : Nullable<Guid> with get, set
Public Property RequestId As Nullable(Of Guid)

Property Value

The ID of the request.

Attributes

Applies to