SPUpgradeActionInfo.ID property
The identifier of the upgrader -- e.g. the feature ID for feature actions and the template ID for template actions.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ID As String
Get
Set
'Usage
Dim instance As SPUpgradeActionInfo
Dim value As String
value = instance.ID
instance.ID = value
public string ID { get; set; }
Property value
Type: System.String