Return the service start mode

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function ServiceStartMode ( _
	name As String _
) As ServiceUtils..::..ServiceStart
C#
public static ServiceUtils..::..ServiceStart ServiceStartMode(
	string name
)

Parameters

name
Type: System..::..String

Return Value

See Also