MessageRequest.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.
Specifies the request identifier.
public:
property Guid RequestId { Guid get(); void set(Guid value); };
[System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public Guid RequestId { get; set; }
[<System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
member this.RequestId : Guid with get, set
Public Property RequestId As Guid
Property Value
The request identifier.
- Attributes