|   | MultiProtocolFrameParserAutoRepeatCapturedPlayback Property | 
        
        
            Gets or sets a flag that determines if a file used for replaying data should be restarted at the beginning once it has been completed.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool AutoRepeatCapturedPlayback { get; set; }Public Property AutoRepeatCapturedPlayback As Boolean
	Get
	Set
public:
property bool AutoRepeatCapturedPlayback {
	bool get ();
	void set (bool value);
}member AutoRepeatCapturedPlayback : bool with get, set
function get_AutoRepeatCapturedPlayback();
function set_AutoRepeatCapturedPlayback(value);
Property Value
Boolean Remarks
Remarks
            This is only applicable when connection is made to a file for replay purposes.
            
 See Also
See Also