MFGS Config Licensing
MFGSConfigLicensing Public interface
Description
Describes methods and properties available on the static instance object MFGS.Config.Licensing
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSConfigLicensing[[IExMFGSConfigLicensing]] class VGWWCoreIEx.IExMFGSConfigLicensing interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
string | CustomerNameGets the ‘Customer name’ from the Licensing section of the MFGStream Configuration | get |
string | ServerNameGets the ‘Server name’ from the Licensing section of the MFGStream Configuration | get |
IExMFGSConfigLicensingSubscriptionCollection | SubscriptionsGets the list of ‘Subscriptions’ from the Licensing section of the MFGStream Configuration | get |
Details
Summary
Describes methods and properties available on the static instance object MFGS.Config.Licensing
Properties
CustomerName
public string CustomerName { get; }Summary
Gets the ‘Customer name’ from the Licensing section of the MFGStream Configuration
ServerName
public string ServerName { get; }Summary
Gets the ‘Server name’ from the Licensing section of the MFGStream Configuration
Subscriptions
public IExMFGSConfigLicensingSubscriptionCollection Subscriptions { get; }Summary
Gets the list of ‘Subscriptions’ from the Licensing section of the MFGStream Configuration
Generated with ModularDoc