XmlPrimeSerializationTask.ProcessXsiSchemaLocation PropertyXmlPrimeSerializationTask.ProcessXsiSchemaLocation PropertyXmlPrimeSerializationTask::ProcessXsiSchemaLocation Property

Optional boolBooleanbool parameter.

Specifies whether xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes will be processed.

Syntax

Public Property ProcessXsiSchemaLocation As Boolean
        Get
        Set(ByVal value As Boolean)
public bool ProcessXsiSchemaLocation { get; set; }
public:
property bool ProcessXsiSchemaLocation {
    bool get();
    void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if xs;IschemaLocation and xsi:noNamespaceSchemaLocation attributes will be processed; otherwise falseFalsefalse.

Remarks

By default, xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes will be processed.