Returns the XML representation of an object.
Namespace: FDF.CommonAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax public abstract string XML { get; }
Public MustOverride ReadOnly Property XML As String
Get
public:
virtual property String^ XML {
String^ get () abstract;
}
abstract XML : string with get
Property Value
Type:
StringReturn Value
Type:
StringImplements
IInfo.XMLRemarks See Also