Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.