Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelComparisonChangeDefinition Class
Microsoft.Data.Schema.SchemaModel Namespace
PropertyClass