IEncapsulatedClassifier.OwnedPorts Property

Gets the Ports through which instances of this type interact with other instances.

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

Syntax

'Declaration
ReadOnly Property OwnedPorts As IEnumerable(Of IPort)
    Get
IEnumerable<IPort> OwnedPorts { get; }
property IEnumerable<IPort^>^ OwnedPorts {
    IEnumerable<IPort^>^ get ();
}
abstract OwnedPorts : IEnumerable<IPort>
function get OwnedPorts () : IEnumerable<IPort>

Property Value

Type: System.Collections.Generic.IEnumerable<IPort>

.NET Framework Security

See Also

Reference

IEncapsulatedClassifier Interface

Microsoft.VisualStudio.Uml.CompositeStructures Namespace