Job.JobParameter Property
Applies To: Windows 8.1
A Properties that solutions set in a job manifest to control the execution of a job.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Job
Dim parameterName As String
Dim value As String
value = instance.JobParameter(parameterName)
instance.JobParameter(parameterName) = value
Syntax
'Declaration
Public Property JobParameter ( _
parameterName As String _
) As String
public string JobParameter [
string parameterName
] { get; set; }
public:
property String^ JobParameter [String^] {
String^ get (String^ parameterName);
void set (String^ parameterName, String^ parameterValue);
}
/** @property */
public String get_JobParameter (String parameterName)
/** @property */
public void set_JobParameter (String parameterName, String parameterValue)
Parameters
- parameterName
The values that control the running of the job.
Property Value
Returns String.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
Job Class
Job Members
Microsoft.Assessments.Hosting Namespace