XML Compare .NET API Documentation - DEPRECATED
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
The processing-instruction value.
Returns the value of a processing instruction that is a child node of the root element of the DCP. Processing instruction
values are available as soon as the DCPConfiguration is instantiated.
Namespace: DeltaXML.CoreS9ApiAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
Parameters
- instructionName
- Type: System String
The name of the processing-instruction (cannot be in a namespace).
Return Value
Type: StringThe processing-instruction value.
See Also