WsiProfilesElement Constructors

Definition

Initializes and instance of the WsiProfilesElement class.

Overloads

WsiProfilesElement()

Initializes a new instance of the WsiProfilesElement class.

WsiProfilesElement(WsiProfiles)

Initializes and instance of the WsiProfilesElement class, using the specified WsiProfiles enumeration value.

WsiProfilesElement()

Initializes a new instance of the WsiProfilesElement class.

public:
 WsiProfilesElement();
public WsiProfilesElement ();
Public Sub New ()

Applies to

WsiProfilesElement(WsiProfiles)

Initializes and instance of the WsiProfilesElement class, using the specified WsiProfiles enumeration value.

public:
 WsiProfilesElement(System::Web::Services::WsiProfiles name);
public WsiProfilesElement (System.Web.Services.WsiProfiles name);
new System.Web.Services.Configuration.WsiProfilesElement : System.Web.Services.WsiProfiles -> System.Web.Services.Configuration.WsiProfilesElement
Public Sub New (name As WsiProfiles)

Parameters

name
WsiProfiles

A WsiProfiles object that specifies whether the Web service conforms to the WSI Basic Profile version 1.1.

Applies to