Discuss this help topic in SecureBlackbox Forum

TElXMLQualifyingPropertiesReference.TransformChain

TElXMLQualifyingPropertiesReference     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies a chain of transformations that should be applied to the data referenced by the URI attribute in order to get actual representation of the QualifyingProperties element.

Declaration

[C#]
    TElXMLTransformChain TransformChain;

[VB.NET]
    Property TransformChain As TElXMLTransformChain

[Pascal]
    property TransformChain: TElXMLTransformChain;

[C++]
    TElXMLTransformChain* get_TransformChain();

[PHP]
    TElXMLTransformChain get_TransformChain()

[Java]
    TElXMLTransformChain getTransformChain();

Description

    Use this property to retrieve a chain of transformations that should be applied to the data referenced by the URI attribute in order to get actual representation of the QualifyingProperties element.

See also:     URI     QualifyingProperties    

Discuss this help topic in SecureBlackbox Forum