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