ISql90TcpProtocolSpecifier.IsListeningAllIPs Property
Gets or sets a value that indicates whether the endpoint listens on all valid IP addresses.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsListeningAllIPs As Boolean
bool IsListeningAllIPs { get; set; }
property bool IsListeningAllIPs {
bool get ();
void set (bool value);
}
abstract IsListeningAllIPs : bool with get, set
function get IsListeningAllIPs () : boolean
function set IsListeningAllIPs (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.