GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / RootElementName Property
In This Topic
    RootElementName Property
    In This Topic
    Gets or sets the name of the root element.
    Syntax
    public string RootElementName {get; set;}

    Property Value

    This should be set, along with DefaultNamespace if desired, before calling Generate.
    See Also