ILifeline.OccurrenceSpecifications Property
Gets all the Occurrence Specifications attached to this lifeline, including nested items.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IOccurrenceSpecification> OccurrenceSpecifications { get; }
property IEnumerable<IOccurrenceSpecification^>^ OccurrenceSpecifications {
IEnumerable<IOccurrenceSpecification^>^ get();
}
abstract OccurrenceSpecifications : IEnumerable<IOccurrenceSpecification> with get
ReadOnly Property OccurrenceSpecifications As IEnumerable(Of IOccurrenceSpecification)
Property Value
Type: System.Collections.Generic.IEnumerable<IOccurrenceSpecification>
See Also
ILifeline Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top