Share via


ModelComparisonChangeDefinition.PropertiesModified Property

Gets a list of properties in the target element that have been modified.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property PropertiesModified As IList(Of ModelPropertyClass)
public IList<ModelPropertyClass> PropertiesModified { get; }
public:
property IList<ModelPropertyClass^>^ PropertiesModified {
    IList<ModelPropertyClass^>^ get ();
}
member PropertiesModified : IList<ModelPropertyClass>
function get PropertiesModified () : IList<ModelPropertyClass>

Property Value

Type: System.Collections.Generic.IList<ModelPropertyClass>
An IList<T> of type PropertyClass.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

PropertyClass