Service Category Elements (Windows CE 5.0)
Service categories represent types of services that clients can access. They are represented in the datastore through the service category interfaces.
The following table shows the service category elements of the datastore schema.
Element | Description |
---|---|
SERVICECATEGORYCONTAINER | Represents a collection of SERVICECATEGORY objects. |
SERVICECATEGORY | Represents attributes of a service category. |
SERVICEINFOCONTAINER | Represents a collection of SERVICEINFO objects. |
SERVICEINFO | Represents attributes of a connectivity service. |
Member Elements
SERVICECATEGORYCONTAINER
A SERVICECATEGORYCONTAOINER element can contain only SERVICECATEGORY elements.<SERVICECATEGORYCONTAINER> <SERVICECATEGORY>...</SERVICECATEGORY> ... </SERVICECATEGORYCONTAINER>
SERVICECATEGORY
A SERVICECATEGORY element can contain a PROPERTYCONTAINER element and a SERVICEINFOCONTAINER element.<SERVICECATEGORY> <PROPERTYCONTAINER>...</PROPERTYCONTAINER> <SERVICEINFOCONTAINER>...</SERVICEINFOCONTAINER> </SERVICECATEGORY>
SERVICEINFOCONTAINER
A SERVICEINFOCONTAINER element can contain only SERVICEINFO elements.<SERVICEINFOCONTAINER> <SERVICEINFO>...</SERVICEINFO> ... </SERVICEINFOCONTAINER>
SERVICEINFO
A SERVICEINFO element can contain only a PROPERTYCONTAINER element that describes the service.<SERVICEINFO> <PROPERTYCONTAINER>...</PROPERTYCONTAINER> </SERVICEINFO>
See Also
Send Feedback on this topic to the authors