ServiceEndpointElement.IsSystemEndpoint Proprietà

Definizione

Ottiene o imposta un valore che indica se questo endpoint del servizio è un endpoint infrastruttura.

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

Valore della proprietà

Boolean

true se questo endpoint del servizio è un endpoint infrastruttura; in caso contrario, false.

Attributi

Si applica a