DriverCatalogCategories.AddCategory Method (String)
Adds a category to the collection of categories.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddCategory(
string category
)
public:
void AddCategory(
String^ category
)
Public Sub AddCategory (
category As String
)
Parameters
category
Type: System.StringThe category to add to the collection.
See Also
DriverCatalogCategories Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top