TypeDescriptorStruct.TypeName - Propriété
Obtient ou définit le nom du type.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property TypeName As String
Get
Set
'Utilisation
Dim instance As TypeDescriptorStruct
Dim value As String
value = instance.TypeName
instance.TypeName = value
public string TypeName { get; set; }
Valeur de propriété
Type : System.String
Le nom du type.
Voir aussi
Référence
TypeDescriptorStruct - Membres
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms