SPMigrationEntity.Key property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Key As String
Get
'Usage
Dim instance As SPMigrationEntity
Dim value As String
value = instance.Key
public string Key { get; }
Property value
Type: System.String