Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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