VeriStand .NET API Reference

PathStringAttribute.IsSaveDialogRequested Property

Gets a value indicating whether the Save or Open dialog box is requested.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public ReadOnly Property IsSaveDialogRequested As Boolean
C#
public bool IsSaveDialogRequested { get; }
Visual C++
public:
property bool IsSaveDialogRequested {
	bool get ();
}

Property Value

true (True in Visual Basic) if the dialog box is requested. Otherwise false (False in Visual Basic).

See Also

Log in to get a better experience