Share via


IInclude.Addition Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.UseCases.IUseCase

.NET Framework Security

See Also

Reference

IInclude Interface

Microsoft.VisualStudio.Uml.UseCases Namespace