指定目标版本的对象将具有成功应用了此升级程序后一个版本对象。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property TargetVersion As Version
Get
Set
用法
Dim instance As SPUpgradeActionInfo
Dim value As Version
value = instance.TargetVersion
instance.TargetVersion = value
public Version TargetVersion { get; set; }