ValidationContext.Model Property
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.