DriverCatalogResponse.ResponseType Property
Gets or sets the driver catalog response type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DriverCatalogRequestType ResponseType { get; set; }
public:
property DriverCatalogRequestType ResponseType {
DriverCatalogRequestType get();
void set(DriverCatalogRequestType value);
}
Public Property ResponseType As DriverCatalogRequestType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.DriverCatalogRequestType
See Also
DriverCatalogResponse Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top