IInterfaceRealization.Contract Property

 

The Interface that specifies the conformance contract.

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

Syntax

IInterface Contract { get; set; }
property IInterface^ Contract {
    IInterface^ get();
    void set(IInterface^ value);
}
abstract Contract : IInterface with get, set
Property Contract As IInterface

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IInterface

See Also

IInterfaceRealization Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top