SaaS CMS has officially launched! Learn more now.

Class LicensingEnvironmentOptions

Inheritance
System.Object
LicensingEnvironmentOptions
Namespace: EPiServer.Licensing.Internal
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public class LicensingEnvironmentOptions : Object

Constructors

LicensingEnvironmentOptions()

Declaration
public LicensingEnvironmentOptions()

Properties

ManagementPath

Declaration
public string ManagementPath { get; set; }
Property Value
Type Description
System.String

TestEnvironmentKey

Declaration
public string TestEnvironmentKey { get; set; }
Property Value
Type Description
System.String

Extension Methods