VeriStand .NET API Reference

DataLoggingSpecification.SetLogFilesReadOnlyOnClose Property

Gets or sets a value indicating whether log files should be set as read-only after being closed.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property SetLogFilesReadOnlyOnClose As Boolean
C#
public bool SetLogFilesReadOnlyOnClose { get; set; }
Visual C++
public:
property bool SetLogFilesReadOnlyOnClose {
	bool get ();
	void set (bool value);
}

See Also

Log in to get a better experience