Share via


IVsDataParameter.Type Property

When implemented by a class, gets or sets the data source–specific type of the parameter.

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

Syntax

'Declaration
Property Type As String
string Type { get; set; }
property String^ Type {
    String^ get ();
    void set (String^ value);
}
abstract Type : string with get, set
function get Type () : String 
function set Type (value : String)

Property Value

Type: System.String
The data source–specific type of the parameter.

.NET Framework Security

See Also

Reference

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace