Freigeben über


ValidationContext.Model-Eigenschaft

Ruft das Modell ab, das überprüft wird.

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

Eigenschaftswert

Typ: Microsoft.Data.Edm.IEdmModel
Das Modell, das überprüft wird.

Siehe auch

Verweis

ValidationContext Klasse

Microsoft.Data.Edm.Validation-Namespace