This document is archived and information here might be outdated. Recommended version. |
Gets the string job definition for given a job ID.
[Visual Basic .NET] Public Function GetStringJobDefinition ( _ ByVal jobID As String, _ ByVal serviceName As String, _ ByVal serviceType As String _ ) As String
[C#] public string GetStringJobDefinition ( string jobID, string serviceName, string serviceType );
[C++]
HRESULT GetStringJobDefinition(
BSTR jobID,
BSTR serviceName,
BSTR serviceType
);
[C++]
Parameters jobID [in]
jobID is a parameter of type BSTR serviceName [in]
serviceName is a parameter of type BSTR serviceType [in]
serviceType is a parameter of type BSTR