PropertyCollection.TryGetPropertyValue Method
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 | |
---|---|---|
ISfcPropertySet.TryGetPropertyValue(String, Object%) | Tries to get the property value specified by the name parameter and type specified by the property parameter. | |
ISfcPropertySet.TryGetPropertyValue<T>(String, T%) | Tries to get the property value specified by the name parameter and type specified by the value parameter. |
Top