IVsDataObjectTypeMember.Type Property

Gets the type of the data object as a Type.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

ReadOnly Property Type As Type

Dim instance As IVsDataObjectTypeMember
Dim value As Type

value = instance.Type
Type Type { get; }
property Type^ Type {
    Type^ get ();
}
function get Type () : Type

Property Value

Type: System.Type

The type of the data object as a Type.

Permissions

See Also

Reference

IVsDataObjectTypeMember Interface

IVsDataObjectTypeMember Members

Microsoft.VisualStudio.Data.Services Namespace