InstanceType Property
Gets or sets the instance type represented by this annotation.
Namespace: Microsoft.Data.OData.Metadata
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property InstanceType As Type
Get
Set
'Usage
Dim instance As ODataEdmTypeAnnotation
Dim value As Type
value = instance.InstanceType
instance.InstanceType = value
public Type InstanceType { get; set; }
public:
property Type^ InstanceType {
Type^ get ();
void set (Type^ value);
}
member InstanceType : Type with get, set
function get InstanceType () : Type
function set InstanceType (value : Type)
Property Value
Type: System..::..Type
The instance type represented by this annotation.