TypeInformation.FullName - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property FullName As String
Get
Set
'Utilisation
Dim instance As TypeInformation
Dim value As String
value = instance.FullName
instance.FullName = value
public string FullName { get; set; }
Valeur de propriété
Type : System.String