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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.