Microsoft Dynamics AX 2009
Object.xml Method
Returns an XML string that represents the current object.
public str xml([int indent=0])
Run On
Called
Parameters
|
Parameter |
Description |
|---|---|
|
indent |
The amount of indentation of the returned XML string; optional. |
Return Value
An XML string that represents the current object.
Remarks
This method can be overridden to return values that are meaningful for that type.
See Also