| AppFacadeUnknownProperties Property |
Returns all unknown properties.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public KeyValuePair<string, Object>[] UnknownProperties { get; }
Public ReadOnly Property UnknownProperties As KeyValuePair(Of String, Object)()
Get
Return Value
Type:
KeyValuePairString,
ObjectAn array with key/value pairs.
See Also