Share via


IVsDataParameter.Name Property

When implemented by a class, gets or sets the string literal name of the current parameter.

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

Syntax

'Declaration
Property Name As String
'Usage
Dim instance As IVsDataParameter 
Dim value As String 

value = instance.Name

instance.Name = value
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String
The name of the parameter.

.NET Framework Security

See Also

Reference

IVsDataParameter Interface

IVsDataParameter Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace