ItemType Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Design.Core.Context
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ItemType As Type
    Get
'Usage
Dim instance As ContextItem
Dim value As Type

value = instance.ItemType
public override Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () override;
}
abstract ItemType : Type
override ItemType : Type
override function get ItemType () : Type

Property Value

Type: System..::..Type

See Also

Reference

ContextItem< (Of < ( <'T> ) > ) > Class

Microsoft.Data.Tools.Design.Core.Context Namespace