OperationResult.RequestId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unique Id for the request. Used for tracking and logging purposes
public:
property Guid RequestId { Guid get(); void set(Guid value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Guid RequestId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.RequestId : Guid with get, set
Public Property RequestId As Guid
Property Value
The unique Id for the request.
- Attributes