[This is preliminary documentation and is subject to change.]
Tests if the extranet license is valid for the account
Namespace:
OfficeClip.BusinessLayer.ExtranetAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsLicenseValid { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsLicenseValid As Boolean |
Visual C++ |
---|
public: property bool IsLicenseValid { bool get (); void set (bool value); } |