GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / Reader Property
In This Topic
    Reader Property (GoXmlTransformer)
    In This Topic
    Gets or sets the GoXmlReader that is using this transformer.
    Syntax
    public GoXmlReader Reader {get; set;}

    Property Value

    This must be non-null when this transformer is being used for reading.
    See Also