INewCommerceMigrationCollection.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a specific New-Commerce migration behavior.
public Microsoft.Store.PartnerCenter.NewCommerceMigrations.INewCommerceMigration this[string newCommerceMigrationId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.NewCommerceMigrations.INewCommerceMigration
Default Public ReadOnly Property Item(newCommerceMigrationId As String) As INewCommerceMigration
Parameters
- newCommerceMigrationId
- String
The New-Commerce migration ID.
Property Value
The New-Commerce migration operations.