ClientPropertyAttribute Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ClientPropertyAttribute() | ||
ClientPropertyAttribute(ClientVisibility) | Constructor which specifies both the get/set visibilities as the same value. | |
ClientPropertyAttribute(ClientVisibility, ClientVisibility) | Constructor which allows a specification of differing visibility for each of the get and set methods of a property. |
Top