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
Type Type { get; }
property Type^ Type {
    Type^ get ();
}
abstract Type : Type with 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

Microsoft.VisualStudio.Data.Services Namespace