'DeclarationPublic ReadOnly Property LicenseLog As System.Collections.Generic.List(Of String)
'UsageDim instance As NLicenseScope Dim value As System.Collections.Generic.List(Of String) value = instance.LicenseLog
public System.Collections.Generic.List<string> LicenseLog {get;}