|   | DataSubscriberUseSourcePrefixNames Property | 
        
        
            Gets or sets flag that determines if child devices associated with a subscription
            should be prefixed with the subscription name and an exclamation point to ensure
            device name uniqueness - recommended value is true.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool UseSourcePrefixNames { get; set; }Public Property UseSourcePrefixNames As Boolean
	Get
	Set
public:
property bool UseSourcePrefixNames {
	bool get ();
	void set (bool value);
}member UseSourcePrefixNames : bool with get, set
function get_UseSourcePrefixNames();
function set_UseSourcePrefixNames(value);
Property Value
Boolean See Also
See Also