Gets or sets the instance of the managed data source.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public IManagedDataSource Instance { get; set; }
Public Property Instance As IManagedDataSource Get Set
public: property IManagedDataSource^ Instance { IManagedDataSource^ get (); void set (IManagedDataSource^ value); }
/** @property */ public IManagedDataSource get_Instance() /** @property */ public void set_Instance(IManagedDataSource value)