| 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
Syntaxpublic virtual void VerifyPropertyName(
	string propertyName
)
Parameters
- propertyName
- Type: SystemString
 
 See Also
See Also