Skip to main content
A newer version of this page is available. .

UIServiceBase<T> Properties

The base class for the UIServiceBase.
Name Description
IsAttached Gets whether the behavior is attached to its associated object. Inherited from Behavior.
Name Gets or sets the service name that is used to register the service to a service container. You can use it to implement separate access to services that implement the same service.
ServiceClient Gets or sets a service container where the service is registered. This is a dependency property.
See Also