Share via


IInclude.IncludingCase Property

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

Syntax

'Declaration
Property IncludingCase As IUseCase
IUseCase IncludingCase { get; set; }
property IUseCase^ IncludingCase {
    IUseCase^ get ();
    void set (IUseCase^ value);
}
abstract IncludingCase : IUseCase with get, set
function get IncludingCase () : IUseCase 
function set IncludingCase (value : IUseCase)

Property Value

Type: Microsoft.VisualStudio.Uml.UseCases.IUseCase

.NET Framework Security

See Also

Reference

IInclude Interface

Microsoft.VisualStudio.Uml.UseCases Namespace