5/13/2011

This method populates the configuration item properties with data from the XML input string.

Syntax

public static int Import(
  string xmlContent
);

Parameters

xmlContent

[in] Configuration item content in XML format.

Return Value

Returns an intvalue. A return value of zero indicates success. Any other value indicates a failed operation.

Remarks

None

See Also