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

    Property Value

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