DataMappedObject.GetProperty Method
Include Protected Members
Include Inherited Members
Retrieves the value of the specified property associated with the current generic concept.
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 | |
---|---|---|
GetProperty<T>(String) | Retrieves the value of the specified property associated with the current generic concept. | |
GetProperty<T>(String, T) | Retrieves the value of the specified property associated with the current generic concept. |
Top