SPMigrationMappingData.IncludesKey property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property IncludesKey As Boolean
Get
Protected Set
'Usage
Dim instance As SPMigrationMappingData
Dim value As Boolean
value = instance.IncludesKey
instance.IncludesKey = value
public virtual bool IncludesKey { get; protected set; }
Property value
Type: System.Boolean