IExecutionSpecification.Start Property

 

Gets the position on a lifeline of the start of the execution.

Namespace:   Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IOccurrenceSpecification Start { get; }
property IOccurrenceSpecification^ Start {
    IOccurrenceSpecification^ get();
}
abstract Start : IOccurrenceSpecification with get
ReadOnly Property Start As IOccurrenceSpecification

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.IOccurrenceSpecification

See Also

IExecutionSpecification Interface
Microsoft.VisualStudio.Uml.Interactions Namespace

Return to top