IStatement.ExtDtaObjects 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.
public:
property System::Collections::IList ^ ExtDtaObjects { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
public System.Collections.IList ExtDtaObjects { get; set; }
member this.ExtDtaObjects : System.Collections.IList with get, set
Public Property ExtDtaObjects As IList