'Deklaration
<System.Diagnostics.ConditionalAttribute("DEBUG")> <System.Diagnostics.DebuggerStepThroughAttribute()> Public Sub VerifyPropertyName( _ ByVal propertyName As System.String _ )
'Usage
Dim instance As ViewModelBase Dim propertyName As System.String instance.VerifyPropertyName(propertyName)
[System.Diagnostics.Conditional("DEBUG")] [System.Diagnostics.DebuggerStepThrough()] public void VerifyPropertyName( System.string propertyName )
Parameter
- propertyName