TypeDescriptor.TypeName 属性 (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.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Property TypeName As String
用法
Dim instance As TypeDescriptor
Dim value As String
value = instance.TypeName
instance.TypeName = value
public string TypeName { get; set; }
属性值
A string containing the type name.
备注
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.
另请参阅
参考
TypeDescriptor 类
TypeDescriptor 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间