Click or drag to resize

BindableBaseVerifyPropertyName Method

Warns the developer if this object does not have a public property with the specified name. This method does not exist in a Release build.

Namespace:  Micros.PosCore.GuestProfile.MvvmTools
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public virtual void VerifyPropertyName(
	string propertyName
)

Parameters

propertyName
Type: SystemString
See Also