BasicProfileViolation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a WSDL violation of the WSI Basic Profile version 1.1.
public ref class BasicProfileViolation
public class BasicProfileViolation
type BasicProfileViolation = class
Public Class BasicProfileViolation
- Inheritance
-
BasicProfileViolation
Properties
Claims |
Gets a WsiProfiles object that specifies whether the Web service declares that it conforms to the WSI Basic Profile version 1.1. |
Details |
Gets a String that provides a detailed description of the WSDL violation of the Basic Profile. |
Elements |
Represents WSDL elements that do not comply with the WSI Basic Profile version 1.1 specification. |
NormativeStatement |
Gets the identifier for the WSDL violation of the Basic Profile version 1.1 specification. |
Recommendation |
Gets a String object that describes the WSDL violation of the Basic Profile version 1.1 specification. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a String that comprises information from NormativeStatement, Details, and Elements. |