 | PropertySupportVerifyPropertyName Method |
Warns if the object is not a public property
with the transferred name (only in the debug build).
Namespace: NetEti.MVVMiniAssembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntaxpublic static void VerifyPropertyName(
Object propertyOwner,
string propertyName
)
Public Shared Sub VerifyPropertyName (
propertyOwner As Object,
propertyName As String
)
public:
static void VerifyPropertyName(
Object^ propertyOwner,
String^ propertyName
)
static member VerifyPropertyName :
propertyOwner : Object *
propertyName : string -> unit
Parameters
- propertyOwner Object
- Owner of the property.
- propertyName String
- Name of the property to be checked.
See also