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

The primary id extracted from the service type. The return value is -1 if the value could not be extracted

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

Syntax

C#
public static int PrimaryId(
	string sid
)
Visual Basic (Declaration)
Public Shared Function PrimaryId ( _
	sid As String _
) As Integer
Visual C++
public:
static int PrimaryId(
	String^ sid
)

Parameters

sid
Type: System..::.String

See Also