Sources.Add(String) Method
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.
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.