IExpando.Value Method
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Value(String)
Gets the value of the specified property, or the default value for T
if the property does not exist.
T Value(string name)
Parameters
- name
- System.String
Returns
{T}
Returns the value of the specified property or the default value for T
.