LicenseGetLicenseInfo Method
|
Namespace: Bricscad.Licensing
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public static LicenseInfo GetLicenseInfo(
string appName
)
Public Shared Function GetLicenseInfo (
appName As String
) As LicenseInfo
public:
static LicenseInfo GetLicenseInfo(
String^ appName
)
static member GetLicenseInfo :
appName : string -> LicenseInfo
Parameters
- appName
- Type: SystemString
Return Value
Type:
LicenseInfo
See Also