Gets the name of the root document element of the unsupported document.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual string DocumentElementName { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property DocumentElementName As String |
Visual C++ |
---|
public: virtual property String^ DocumentElementName { String^ get (); } |
Property Value
The name of the root document element of the unsupported document or an empty string ("").Remarks
This property should be set whenever possible.