Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the EndpointProtectionRequirements class.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim other As EndpointProtectionRequirements
Dim endpointProtectionRequirements1 As New EndpointProtectionRequirements(other)
Syntax
'Declaration
Public Sub New( _
ByVal other As EndpointProtectionRequirements _
)
public EndpointProtectionRequirements(
EndpointProtectionRequirements other
);
public:
EndpointProtectionRequirements(
EndpointProtectionRequirements^ other
);
public EndpointProtectionRequirements(
EndpointProtectionRequirements other
);
public function EndpointProtectionRequirements(
other : EndpointProtectionRequirements
);
Parameters
- other
An EndpointProtectionRequirements that specifies a set of protection requirements.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
EndpointProtectionRequirements Class
EndpointProtectionRequirements Members
Microsoft.Web.Services3.Design Namespace