PropertyCollection.SetDirty(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a value indicating whether the named property should be considered changed
public void SetDirty (string propertyName, bool isDirty);
member this.SetDirty : string * bool -> unit
Public Sub SetDirty (propertyName As String, isDirty As Boolean)
Parameters
- propertyName
- String
Name of the property
- isDirty
- Boolean
if true, value is considered changed locally