[This is preliminary documentation and is subject to change.]
Checks and verifies teh serial number of the current installation against the sid
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static bool IsSerialOk( string sid ) |
Visual Basic (Declaration) |
---|
Public Shared Function IsSerialOk ( _ sid As String _ ) As Boolean |
Visual C++ |
---|
public: static bool IsSerialOk( String^ sid ) |
Parameters
- sid
- Type: System..::.String