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