SPQuery.IncludeAttachmentVersion - Propriété
Obtient ou définit une valeur booléenne qui spécifie s'il faut inclure l'unique identificateur et numéro de version, délimité par des ;#, des pièces jointes pour chaque élément.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property IncludeAttachmentVersion As Boolean
Get
Set
'Utilisation
Dim instance As SPQuery
Dim value As Boolean
value = instance.IncludeAttachmentVersion
instance.IncludeAttachmentVersion = value
public bool IncludeAttachmentVersion { get; set; }
Valeur de propriété
Type : System.Boolean
true pour inclure l'identificateur unique et le numéro de version de pièces jointes ; dans le cas contraire, false.