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:
virtual void SetModifiedProperty(System::String ^ propertyName);
public:
abstract void SetModifiedProperty(System::String ^ propertyName);
public void SetModifiedProperty (string propertyName);
public abstract void SetModifiedProperty (string propertyName);
abstract member SetModifiedProperty : string -> unit
override this.SetModifiedProperty : string -> unit
abstract member SetModifiedProperty : string -> unit
Public Sub SetModifiedProperty (propertyName As String)
Public MustOverride Sub SetModifiedProperty (propertyName As String)
Parameters
- propertyName
- String
The name of the property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.