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