Source.XML Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String that represents the XML markup for a Source object. Read-only.
public:
property System::String ^ XML { System::String ^ get(); };
public string XML { get; }
member this.XML : string
Public ReadOnly Property XML As String
Property Value
String
Remarks
The Data
parameter of the Add(String) method for the Sources object requires a valid XML string that contains data for the necessary elements. Depending on the type of source that you add, the XML may change. To determine what the correct XML needs to be for a specific type of source, create a source through the Create Source dialog box, and then use the XML property to return the correct XML syntax.