IPort.IsService-Eigenschaft

TRUE, wenn dieser Port Teil der veröffentlichten externen Funktion des besitzenden Objekts ist.False, wenn der Anschluss als Teil der Implementierung betrachtet wird.

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

Syntax

'Declaration
Property IsService As Boolean
bool IsService { get; set; }
property bool IsService {
    bool get ();
    void set (bool value);
}
abstract IsService : bool with get, set
function get IsService () : boolean
function set IsService (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IPort Schnittstelle

Microsoft.VisualStudio.Uml.CompositeStructures-Namespace