Share via


Delta.GetUnchangedPropertyNames Method

Definition

Returns the Properties that have not been modified through this Delta as an enumeration of Property Names

public abstract System.Collections.Generic.IEnumerable<string> GetUnchangedPropertyNames ();
abstract member GetUnchangedPropertyNames : unit -> seq<string>
Public MustOverride Function GetUnchangedPropertyNames () As IEnumerable(Of String)

Returns

Implements

Applies to