OpenApiLicense Constructors
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.
Overloads
OpenApiLicense() |
Parameterless constructor |
OpenApiLicense(OpenApiLicense) |
Initializes a copy of an OpenApiLicense object |
OpenApiLicense()
Parameterless constructor
public OpenApiLicense ();
Public Sub New ()
Applies to
OpenApiLicense(OpenApiLicense)
Initializes a copy of an OpenApiLicense object
public OpenApiLicense (Microsoft.OpenApi.Models.OpenApiLicense license);
new Microsoft.OpenApi.Models.OpenApiLicense : Microsoft.OpenApi.Models.OpenApiLicense -> Microsoft.OpenApi.Models.OpenApiLicense
Public Sub New (license As OpenApiLicense)
Parameters
- license
- OpenApiLicense