Gets or sets a value indicating whether the
Source is a folder.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property SourceIsFolder As Boolean |
| C# |
|---|
public bool SourceIsFolder { get; set; } |
| Visual C++ |
|---|
public:
property bool SourceIsFolder {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) if
Source is a folder. If
false (False in Visual Basic),
Source must be a specific file.