Share via


DataMappedObjectTypeAttribute Constructor

Initializes a new instance of the DataMappedObjectTypeAttribute class, specifying the type name.

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

Syntax

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

Parameters

  • typeName
    Type: System.String

    The name of the generic type that is mapped.

.NET Framework Security

See Also

Reference

DataMappedObjectTypeAttribute Class

Microsoft.VisualStudio.Data.Services Namespace