 | AppFacadeIsKnownProperty Method |
Checks whether a property name is known to the Bench system or not.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic static bool IsKnownProperty(
string propertyName
)
Public Shared Function IsKnownProperty (
propertyName As String
) As Boolean
Parameters
- propertyName
- Type: SystemString
The name of the app property.
Return Value
Type:
Booleantrue if the property is known; otherwise
false.
See Also