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

Gets the service type

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

Syntax

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

Parameters

sid
Type: System..::.String
The unique service identifier

Return Value

The service type

See Also