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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.