Returns the enviornment values for the job.
[Visual Basic 6.0] Function GetJobEnvironmentValues(
ByVal JobID As String _
) As IPropertySet
[Visual Basic .NET] Public Function GetJobEnvironmentValues ( _ ByVal JobID As String _ ) As IPropertySet
[C#] public IPropertySet GetJobEnvironmentValues ( string JobID );
[Java] public IPropertySet getJobEnvironmentValues ( String JobID ) throws IOException, AutomationException
[C++] HRESULT GetJobEnvironmentValues( BSTR JobID, IPropertySet** envValues );
Parameters
JobID [in]
JobID is a parameter of type BSTR
envValues [out, retval]
envValues is a parameter of type IPropertySet