VeriStand .NET API Reference

DependentFile.Version Property

Gets or sets version information for the dependent file.

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 Property Version As String
C#
public string Version { get; set; }
Visual C++
public:
property String^ Version {
	String^ get ();
	void set (String^ value);
}

Property Value

This property can contain any string you want to store with the DependentFile.

See Also

Log in to get a better experience