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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.