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 type that this property belongs to.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property DeclaringType As IEdmStructuredType
Get
'Usage
Dim instance As IEdmProperty
Dim value As IEdmStructuredType
value = instance.DeclaringType
IEdmStructuredType DeclaringType { get; }
property IEdmStructuredType^ DeclaringType {
IEdmStructuredType^ get ();
}
abstract DeclaringType : IEdmStructuredType
function get DeclaringType () : IEdmStructuredType
Property Value
Type: Microsoft.Data.Edm.IEdmStructuredType
The type that this property belongs to.