| PropertyCollectionGetRawValue Method |
Gets the unresolved and untransformed value of a property in this collection,
without looking up the property in
DefaultValueSource.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public Object GetRawValue(
string name
)
Public Function GetRawValue (
name As String
) As Object
Parameters
- name
- Type: SystemString
The name of the property.
Return Value
Type:
ObjectThe value of the specified property or
null.
Exceptions See Also