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