ServiceEndpointElement.IsSystemEndpoint Propriedade

Definição

Recebe ou define um valor que indica se este endpoint de serviço é um endpoint de infraestrutura.

public:
 property bool IsSystemEndpoint { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("isSystemEndpoint", DefaultValue=false)]
public bool IsSystemEndpoint { get; set; }
[<System.Configuration.ConfigurationProperty("isSystemEndpoint", DefaultValue=false)>]
member this.IsSystemEndpoint : bool with get, set
Public Property IsSystemEndpoint As Boolean

Valor de Propriedade

true se este endpoint de serviço for um endpoint de infraestrutura; caso contrário, false.

Atributos

Aplica-se a