TypeDescriptor.TypeName, propriété (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets or sets the name of the type in the line-of-business (LOB) system's type system that is described by this TypeDescriptor.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property TypeName As String
'Utilisation
Dim instance As TypeDescriptor
Dim value As String
value = instance.TypeName
instance.TypeName = value
public string TypeName { get; set; }
Valeur de la propriété
A string containing the type name.
Remarques
Represents the ITypeReflector associated with the Parameter object of this TypeDescriptor that is responsible for resolving this LOB system type into a .NET type.
In the case of both Web services and databases (ADO.NET), the "LOB system type system" is .NET, so the value of TypeName is a .NET type name.
Voir aussi
Référence
TypeDescriptor, classe
Membres TypeDescriptor
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms