Plan Class
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.
Purchase context of any 3rd party artifact.
public class Plan
type Plan = class
Public Class Plan
- Inheritance
-
Plan
Constructors
Plan() |
Initializes a new instance of the Plan class. |
Plan(String, String, String) |
Initializes a new instance of the Plan class with required arguments. |
Properties
Name |
Required. Gets or sets a user defined name of the 3rd party artifact that is being procured. |
Product |
Required. Gets or sets the 3rd party artifact that is being procured.E.g. Northwind. |
Publisher |
Required. Gets or sets the publisher of the 3rd party artifact that is being bought.E.g. Contoso. |