[This is preliminary documentation and is subject to change.]

Gets the serial number of the OfficeClip object

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string GetSerial(
	OCServiceType ost,
	int primaryId
)
Visual Basic (Declaration)
Public Shared Function GetSerial ( _
	ost As OCServiceType, _
	primaryId As Integer _
) As String
Visual C++
public:
static String^ GetSerial(
	OCServiceType ost, 
	int primaryId
)

Parameters

ost
Type: OfficeClip.Utils..::.OCServiceType
The OfficeClip Service Type
primaryId
Type: System..::.Int32
The primary id of the object

Return Value

The serial number of the object

See Also