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

'宣言
Property Name As String
'使用
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.

Permissions

See Also

Reference

IVsDataParameter Interface

IVsDataParameter Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace