|   | DataSourceRecordDataSourceLocation Property | 
        
        
            Gets or sets the name of the data source Location.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string DataSourceLocation { get; set; }Public Property DataSourceLocation As String
	Get
	Set
public:
property String^ DataSourceLocation {
	String^ get ();
	void set (String^ value);
}member DataSourceLocation : string with get, set
function get_DataSourceLocation();
function set_DataSourceLocation(value);
Property Value
String See Also
See Also