Sdílet prostřednictvím


NetTcpBindingElement.PortSharingEnabled Vlastnost

Definice

Získá nebo nastaví logickou hodnotu, která určuje, jestli je pro toto připojení povolené sdílení portů TCP.

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

Hodnota vlastnosti

Boolean

true pokud je pro toto připojení povolené sdílení portů TCP; v opačném případě false .

Atributy

Platí pro