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