BgbRequestMessage.TaskGuid Property
Gets or sets the task GUID.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string TaskGuid { get; set; }
public:
property String^ TaskGuid {
String^ get();
void set(String^ value);
}
Public Property TaskGuid As String
Property Value
Type: System.String
See Also
BgbRequestMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top