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 the model being validated.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Model As IEdmModel
Get
'Usage
Dim instance As ValidationContext
Dim value As IEdmModel
value = instance.Model
public IEdmModel Model { get; }
public:
property IEdmModel^ Model {
IEdmModel^ get ();
}
member Model : IEdmModel
function get Model () : IEdmModel
Property Value
Type: Microsoft.Data.Edm.IEdmModel
The model being validated.