DataFeedConnection.SourceDataFile Property

Definition

A path to the original file used to create the connection. In the case of an OData connection, this is the location of the *.atom or *.atomsvc file used to create the connection. String (string in C#) Read/Write

public:
 property System::String ^ SourceDataFile { System::String ^ get(); void set(System::String ^ value); };
public string SourceDataFile { get; set; }
Public Property SourceDataFile As String

Property Value

Applies to