Share via


DataParameter.Name Property

Gets or sets the string literal name of the current parameter.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Property Name As String
'Usage
Dim instance As DataParameter 
Dim value As String 

value = instance.Name

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

Property Value

Type: System.String
The name of the parameter.

Implements

IVsDataParameter.Name

.NET Framework Security

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data.Framework Namespace

SetNameCore