Sources.Add(String) Method

Definition

Add a new source to the sources listed in the Source Manager dialog box.

public:
 void Add(System::String ^ Data);
public void Add (string Data);
abstract member Add : string -> unit
Public Sub Add (Data As String)

Parameters

Data
String

An XML string that represents the field values for the new source.

Applies to