ServiceEndpoint.IsSystemEndpoint Propiedad

Definición

Obtiene o establece si el extremo de servicio está generado por el sistema en contraposición a estar definido por el usuario.

public:
 property bool IsSystemEndpoint { bool get(); void set(bool value); };
public bool IsSystemEndpoint { get; set; }
member this.IsSystemEndpoint : bool with get, set
Public Property IsSystemEndpoint As Boolean

Valor de propiedad

true si el sistema genera el extremo de servicio; de lo contrario, false.

Se aplica a