ObjectStateEntry.SetModifiedProperty(String) 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.
Marks the specified property as modified.
public abstract void SetModifiedProperty(string propertyName);
abstract member SetModifiedProperty : string -> unit
Public MustOverride Sub SetModifiedProperty (propertyName As String)
Parameters
- propertyName
- String
The name of the property.
Implements
Exceptions
If State is not Modified or Unchanged