VeriStand .NET API Reference

RawDataBasedFrame.DatabaseAlias Property

Gets or sets the alias for the XNET database that contains the frame.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property DatabaseAlias As String
C#
public virtual string DatabaseAlias { get; set; }
Visual C++
public:
virtual property String^ DatabaseAlias {
	String^ get ();
	void set (String^ value);
}

Property Value

The default value is the filename of the XNET database file, without the file extension.

See Also

Log in to get a better experience