Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the asserted type.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Type As IEdmTypeReference
Get
'Usage
Dim instance As EdmAssertTypeExpression
Dim value As IEdmTypeReference
value = instance.Type
public IEdmTypeReference Type { get; }
public:
virtual property IEdmTypeReference^ Type {
IEdmTypeReference^ get () sealed;
}
abstract Type : IEdmTypeReference
override Type : IEdmTypeReference
final function get Type () : IEdmTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmTypeReference