SPQuery.IncludeAttachmentVersion 属性

获取或设置一个布尔值,指定是否要包含的唯一标识符和版本编号,由;#,为每个项的附件的分隔。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property IncludeAttachmentVersion As Boolean
    Get
    Set
用法
Dim instance As SPQuery
Dim value As Boolean

value = instance.IncludeAttachmentVersion

instance.IncludeAttachmentVersion = value
public bool IncludeAttachmentVersion { get; set; }

属性值

类型:System.Boolean
true包含唯一标识符和版本号的附件 ;否则为false。

另请参阅

引用

SPQuery 类

SPQuery 成员

Microsoft.SharePoint 命名空间