IUseCase.Subjects Property

 

Gets the subsystem or subsystems that support the execution of this use case.

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

Syntax

IList<IClassifier> Subjects { get; }
property IList<IClassifier^>^ Subjects {
    IList<IClassifier^>^ get();
}
abstract Subjects : IList<IClassifier> with get
ReadOnly Property Subjects As IList(Of IClassifier)

Property Value

Type: System.Collections.Generic.IList<IClassifier>

See Also

IUseCase Interface
Microsoft.VisualStudio.Uml.UseCases Namespace

Return to top