ServicePropertyAttribute Constructors
Provides settings for generating service properties by the POCO mechanism.| Name | Parameters | Description |
|---|---|---|
| ServicePropertyAttribute() | none | Initializes a new instance of the ServicePropertyAttribute class with the default settings. |
| ServicePropertyAttribute(ServiceSearchMode) | searchMode | Initializes a new instance of the ServicePropertyAttribute class with specified settings. |
| ServicePropertyAttribute(Boolean) | isServiceProperty | Initializes a new instance of the ServicePropertyAttribute class with specified settings. |
See Also