ServiceEndpointElement.IsSystemEndpoint Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu hizmet uç noktasının bir altyapı uç noktası olup olmadığını gösteren bir değer alır veya ayarlar.
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
Özellik Değeri
true
Bu hizmet uç noktası bir altyapı uç noktasıdır; Aksi takdirde, false
.
- Öznitelikler