adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / LicenseInfo Property


In This Topic
    LicenseInfo Property
    In This Topic
    Gets a license summary from the server.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property LicenseInfo As String
    [CanBeNull()]
    public string LicenseInfo {get;}
    [CanBeNull()]
    public:
    property String^ LicenseInfo {
       String^ get();
    }
    See Also