|
ReplicationProviderBaseArchiveLocation Property
|
Gets or sets the primary location of the
IArchive.
Namespace: GSF.Historian.ReplicationAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.246-beta
Syntaxpublic string ArchiveLocation { get; set; }
Public Property ArchiveLocation As String
Get
Set
public:
virtual property String^ ArchiveLocation {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ArchiveLocation : string with get, set
override ArchiveLocation : string with get, set
function get_ArchiveLocation();
function set_ArchiveLocation(value);
View SourceProperty Value
StringImplements
IReplicationProviderArchiveLocation
See Also