 | IJobProviderGetLogicalJobName Method |
Returns the logical name of the job 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? GetLogicalJobName(
string name
)
Function GetLogicalJobName (
name As String
) As String
String^ GetLogicalJobName(
String^ name
)
abstract GetLogicalJobName :
name : string -> string
Parameters
- name String
- Logical or physical name of the job or job package.
Return value
StringLogical name of the job or null.
See also