DataFeedConnection.SourceDataFile 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.
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