Property DesignMode
| Improve this Doc View SourceDesignMode
Gets or sets a value indicates whether this license provider is to load design time or runtime license.
Declaration
public bool DesignMode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | true if this license provider is to load design time license, otherwise false. The default value is false. |