|   | DataSubscriberReceiveInternalMetadata Property | 
        
        
            Gets or sets the operational mode flag to receive internal meta-data.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool ReceiveInternalMetadata { get; set; }Public Property ReceiveInternalMetadata As Boolean
	Get
	Set
public:
property bool ReceiveInternalMetadata {
	bool get ();
	void set (bool value);
}member ReceiveInternalMetadata : bool with get, set
function get_ReceiveInternalMetadata();
function set_ReceiveInternalMetadata(value);
Property Value
Boolean See Also
See Also