Transform.Version PropertyTransform.Version PropertyTransform::Version Property

Optional stringStringString parameter.

Specifies the version of the XSLT processor.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString specifying the XSLT processor version.

Remarks

Specifies the XSLT version to which the processor should conform. Accepted values are "2.0" and "3.0". If not specified, or not one of the accepted values, the default version is XSLT 2.0. Note that support for XSLT 3.0 is not complete.