Namespace: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim contactType As ContactType

Dim instance As New ContactPerson(contactType)

Syntax

Visual Basic
Public Sub New ( _
		contactType As ContactType _
)
C#
public ContactPerson (
		ContactType contactType
)
C++
public:
ContactPerson (
		ContactType contactType
)
J#
public ContactPerson (
		ContactType contactType
)
JScript
public function ContactPerson (
		contactType : ContactType
)

Parameters

contactType

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also