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

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

Property Value

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

.NET Framework Security

See Also

Reference

IUseCase Interface

Microsoft.VisualStudio.Uml.UseCases Namespace