Share via


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

'Declaration
ReadOnly Property OccurrenceSpecifications As IEnumerable(Of IOccurrenceSpecification)
IEnumerable<IOccurrenceSpecification> OccurrenceSpecifications { get; }
property IEnumerable<IOccurrenceSpecification^>^ OccurrenceSpecifications {
    IEnumerable<IOccurrenceSpecification^>^ get ();
}
abstract OccurrenceSpecifications : IEnumerable<IOccurrenceSpecification> with get
function get OccurrenceSpecifications () : IEnumerable<IOccurrenceSpecification>

Property Value

Type: System.Collections.Generic.IEnumerable<IOccurrenceSpecification>

.NET Framework Security

See Also

Reference

ILifeline Interface

Microsoft.VisualStudio.Uml.Interactions Namespace