UtilServicingGetName Method
Gets the name of a service.
Namespace: DevCase.Core.Windows.ServicingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetName(
string svcDisplayName
)
Public Shared Function GetName (
svcDisplayName As String
) As String
Dim svcDisplayName As String
Dim returnValue As String
returnValue = UtilServicing.GetName(svcDisplayName)
public:
static String^ GetName(
String^ svcDisplayName
)
static member GetName :
svcDisplayName : string -> string
No code example is currently available or this language may not be supported.
- svcDisplayName String
-
The service's display name.
String
The service name.
ArgumentException
|
Any service found with the specified display name.;svcDisplayName
|