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 are equal.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property PropertiesEqual As IList(Of ModelPropertyClass)
public IList<ModelPropertyClass> PropertiesEqual { get; }
public:
property IList<ModelPropertyClass^>^ PropertiesEqual {
IList<ModelPropertyClass^>^ get ();
}
member PropertiesEqual : IList<ModelPropertyClass>
function get PropertiesEqual () : 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