InfoPartGroup.dataSource Method
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.
Overloads
dataSource() |
Gets or sets a data source that will be used by the control or the form. |
dataSource(String) |
dataSource()
Gets or sets a data source that will be used by the control or the form.
public:
virtual System::String ^ dataSource();
public virtual string dataSource ();
abstract member dataSource : unit -> string
override this.dataSource : unit -> string
Public Overridable Function dataSource () As String
Returns
The identifier of the data source that will be used.
Applies to
dataSource(String)
public:
virtual System::String ^ dataSource(System::String ^ _value);
public virtual string dataSource (string _value);
abstract member dataSource : string -> string
override this.dataSource : string -> string
Public Overridable Function dataSource (_value As String) As String
Parameters
- _value
- String