| Description | The description of this service. |
| DisplayName | The display name of this service. |
| IsEnabled | A boolean representing whether or not this service is currently enabled. |
| IsWorkspaceRegistrationAllowed | A boolean representing whether or not this service allows workspace registration. |
| Name | The name of this service. |
| URLPattern | The URL Pattern at which this service can be accessed |
| DeregisterItem | De-registers an item from this service. |
| GetIsItemRegistrationAllowed | Gets a boolean representing whether or not this service allows registration of the specified item type. |
| GetPropertyAccessor | Gets a property accessor to access workspace properties. |
| GetRegisteredItems | |
| IsItemRegistered | Checks if specified item is registered with this service. |
| RegisterItem | Registers an item with this service. |
| SetIsItemRegistrationAllowed | Sets a boolean representing whether or not this service allows registration of the specified item type. |
| UpdatePropertyAccessor | Updates the property accessor. |