BasicProfileViolation::Elements Property

 

Represents WSDL elements that do not comply with the WSI Basic Profile version 1.1 specification.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property StringCollection^ Elements {
	StringCollection^ get();
}

Property Value

Type: System.Collections.Specialized::StringCollection^

A StringCollection that contains the WSDL elements that do not comply with the WSI Basic Profile version 1.1 specification.

.NET Framework
Available since 2.0
Return to top
Show: