Share via


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

'Declaration
ReadOnly Property Type As Type
'Usage
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.

.NET Framework Security

See Also

Reference

IVsDataObjectTypeMember Interface

IVsDataObjectTypeMember Members

Microsoft.VisualStudio.Data.Services Namespace