XmlPrimeTask.Parameters PropertyXmlPrimeTask.Parameters PropertyXmlPrimeTask::Parameters Property

Optional stringStringString parameter.

Specifies the values of external parameters.

Syntax

Public Property Parameters As String
        Get
        Set(ByVal value As String)
public string Parameters { get; set; }
public:
property String^ Parameters {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString value specifying the input parameters.

Remarks

Parameters are passed as XML Parameter tags with a Name attribute, an optional NamespaceURI attribute and one of Value, Select and Path attributes.