DataFeedConnection.Connection 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.
Returns or sets a string that contains Service Contract settings that enable Excel to connect to a Data Feed data source. Object (object in C#) Read/Write
public:
property System::Object ^ Connection { System::Object ^ get(); void set(System::Object ^ value); };
public object Connection { get; set; }
Public Property Connection As Object