Share via


ServiceAttribute.RegisterAs Property

The service type implemented by the attributed class. This is the type that will be used to register the service with the WorkItem.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public ReadOnly Property RegisterAs As Type
'Usage
Dim instance As ServiceAttribute
Dim value As Type

value = instance.RegisterAs
public Type RegisterAs { get; }
public:
property Type^ RegisterAs {
    Type^ get ();
}
/** @property */
public Type get_RegisterAs ()
public function get RegisterAs () : Type

See Also

Reference

ServiceAttribute Class
ServiceAttribute Members
Microsoft.Practices.CompositeUI Namespace