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