StoreForwardPath Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the path where the store-and-forward data is locally stored. In the case of an event connection, an event folder will be automatically added to the existing path, thus creating separate store-and-forward folders from process and event data.
'Declaration
Public Property StoreForwardPath As String
'Usage
Dim instance As HistorianConnectionArgs
Dim value As String
instance.StoreForwardPath = value
value = instance.StoreForwardPath
public string StoreForwardPath {get; set;}