ControlViewModel..::..SelectionSetsInString Property
Gets or sets the selection sets in string.
Namespace:
DynamicRelaxationClashVerification.ViewModelsAssembly: DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)
Syntax
public ObservableCollection<string> SelectionSetsInString { get; set; }
Public Property SelectionSetsInString As ObservableCollection(Of String) Get Set
public: property ObservableCollection<String^>^ SelectionSetsInString { ObservableCollection<String^>^ get (); void set (ObservableCollection<String^>^ value); }