 | IJobProviderGetPhysicalJobPath method |
Returns the physical name of the JobPackage with the
physical name of the JobPackage or logical name of the job.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxstring? GetPhysicalJobPath(
string name
)
Function GetPhysicalJobPath (
name As String
) As String
String^ GetPhysicalJobPath(
String^ name
)
abstract GetPhysicalJobPath :
name : string -> string
Parameters
- name String
- Logical or physical name of the job or job package.
Return value
StringPhysical name of the JobPackage or null.
See also