GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / IGoXmlTransformer Interface / ElementName Property
In This Topic
    ElementName Property (IGoXmlTransformer)
    In This Topic
    Gets or sets the element name for this transformer.
    Syntax
    string ElementName {get; set;}
    Remarks
    This will be used for both writing/generation and reading/consumption. The name should be a local name -- it should not have any prefix and colon embedded in it.
    See Also