Freigeben über


ServiceHostEndpointConfiguration.Contract Property

Get the Service Contract type.

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

Verwendung

    Dim instance As ServiceHostEndpointConfiguration
Dim value As Type

value = instance.Contract

Syntax

'Declaration
Public ReadOnly Property Contract As Type
public Type Contract { get; }
public:
property Type^ Contract {
    Type^ get ();
}
/** @property */
public Type get_Contract ()
public function get Contract () : Type

Eigenschaftenwert

Returns a Type.

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

ServiceHostEndpointConfiguration Class
ServiceHostEndpointConfiguration Members
Microsoft.IdentityModel.Configuration Namespace