ControlPanelCategorization(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ControlPanelCategorization class.
public:
ControlPanelCategorization(System::String ^ key, System::String ^ displayName);
public ControlPanelCategorization (string key, string displayName);
new Microsoft.Web.Management.Client.ControlPanelCategorization : string * string -> Microsoft.Web.Management.Client.ControlPanelCategorization
Public Sub New (key As String, displayName As String)
Parameters
- key
- String
The unique identifier of the category type.
- displayName
- String
The display name of the category type.
Exceptions
The key
or displayName
parameter is empty or null
.