ServicePropertyAttribute Properties
Provides settings for generating service properties by the POCO mechanism.Name | Description |
---|---|
IsServiceProperty | Gets whether service generation is allowed. |
Key | Gets or sets the service key name. |
SearchMode | Gets or sets whether a search for a service must be carried out within the current service container, or within the current and parent service containers. |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also