IConnector.Kind Property
Assembly = this connector links the required and provided interfaces of Parts within a single Component. Delegation = this connector links a Port to a Part within the same Component.
Namespace: Microsoft.VisualStudio.Uml.CompositeStructures
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Kind As ConnectorKind
ConnectorKind Kind { get; }
property ConnectorKind Kind {
ConnectorKind get ();
}
abstract Kind : ConnectorKind with get
function get Kind () : ConnectorKind
Property Value
Type: Microsoft.VisualStudio.Uml.Components.ConnectorKind
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.