Freigeben über


ServiceConfiguration.DisableWsdl Property

Gets or sets a Boolean value that specifies whether WSDL generation for the service is enabled. The default value is false.

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ServiceConfiguration
Dim value As Boolean

value = instance.DisableWsdl

instance.DisableWsdl = value

Syntax

'Declaration
Public Property DisableWsdl As Boolean
public bool DisableWsdl { get; set; }
public:
property bool DisableWsdl {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DisableWsdl ()

/** @property */
public void set_DisableWsdl (boolean value)
public function get DisableWsdl () : boolean

public function set DisableWsdl (value : boolean)

Eigenschaftenwert

Returns Boolean.

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace