Name Property (LocateDataSourceArgs)
In This Topic
Gets the name of the requested data source. The meaning depends on the data provider type.
Syntax
'Declaration
Public ReadOnly Property Name As String
public string Name {get;}
Property Value
The name of the requested data source.
See Also