UploadRequest.MessageId Property
Gets or sets a GUID that represents the request ID.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Guid MessageId { get; set; }
public:
property Guid MessageId {
Guid get();
void set(Guid value);
}
Public Property MessageId As Guid
Property Value
Type: System.Guid
See Also
UploadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top