Click or drag to resize

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)
Syntax
public static bool IsKnownProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the app property.

Return Value

Type: Boolean
true if the property is known; otherwise false.
See Also