Source.XML Property

Definition

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.

Applies to