Share via


NameAttribute Constructor

Initializes a new instance of NameAttribute, specifying the connection property name.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public NameAttribute(
    string name
)
public:
NameAttribute(
    String^ name
)
new : 
        name:string -> NameAttribute
public function NameAttribute(
    name : String
)

Parameters

  • name
    Type: System.String

    The string literal name of a specified connection property.

.NET Framework Security

See Also

Reference

NameAttribute Class

Microsoft.VisualStudio.Data.Framework Namespace