TypeDescriptor.TypeName property
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TypeName As String
Get
'Usage
Dim instance As TypeDescriptor
Dim value As String
value = instance.TypeName
public string TypeName { get; }
Property value
Type: System.String