IPort.IsService (Propiedad)

Es true si este puerto forma parte de la función externa publicada del objeto propietario.Es false si el puerto se considera parte de la implementación.

Espacio de nombres:  Microsoft.VisualStudio.Uml.CompositeStructures
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IPort Interfaz

Microsoft.VisualStudio.Uml.CompositeStructures (Espacio de nombres)