GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / ElementName Property
In This Topic
    ElementName Property (GoXmlTransformer)
    In This Topic
    Gets or sets the name of the principal element used to render this object.
    Syntax
    public string ElementName {get; set;}

    Property Value

    The name should be a local name -- it should not have any prefix and colon embedded in it.
    See Also