IDependency.Supplier Property
The elements on which clients depend.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
INamedElement Supplier { get; set; }
property INamedElement^ Supplier {
INamedElement^ get();
void set(INamedElement^ value);
}
abstract Supplier : INamedElement with get, set
Property Supplier As INamedElement
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.INamedElement
See Also
IDependency Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top