|
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.248-beta
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);
View SourceProperty Value
String
See Also