ServiceAttribute Constructors
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.
Overloads
ServiceAttribute() | |
ServiceAttribute(Type) |
ServiceAttribute()
public:
ServiceAttribute();
public ServiceAttribute ();
Public Sub New ()
Applies to
ServiceAttribute(Type)
public:
ServiceAttribute(Type ^ registerAs);
public ServiceAttribute (Type registerAs);
new Microsoft.Practices.CompositeUI.ServiceAttribute : Type -> Microsoft.Practices.CompositeUI.ServiceAttribute
Public Sub New (registerAs As Type)
Parameters
- registerAs
- Type