ILifeline::OccurrenceSpecifications Property
Visual Studio 2015
Gets all the Occurrence Specifications attached to this lifeline, including nested items.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IOccurrenceSpecification^>^ OccurrenceSpecifications {
IEnumerable<IOccurrenceSpecification^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IOccurrenceSpecification^>^
Show: