Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets Boolean value that determines whether SOAP endpoints are enabled.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property SoapEndpointsEnabled As Boolean
Get
Set
'Usage
Dim instance As ServerSurfaceAreaAdapter
Dim value As Boolean
value = instance.SoapEndpointsEnabled
instance.SoapEndpointsEnabled = value
public bool SoapEndpointsEnabled { get; set; }
public:
virtual property bool SoapEndpointsEnabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract SoapEndpointsEnabled : bool with get, set
override SoapEndpointsEnabled : bool with get, set
final function get SoapEndpointsEnabled () : boolean
final function set SoapEndpointsEnabled (value : boolean)
Property Value
Type: System.Boolean
A Boolean value that specifies whether SOAP endpoints are enabled.Returns True if SOAP endpoints are enabled; otherwise, False.
Implements
ISurfaceAreaFacet.SoapEndpointsEnabled
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.