SoapRequestMetadataSoapFaults Property  | 
 
            Gets or Set the list of designated Soap Fault types, If these types are defined in the WSDL
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic FaultContractAttribute[] SoapFaults { get; set; }Public Property SoapFaults As FaultContractAttribute()
	Get
	Set
public:
property array<FaultContractAttribute^>^ SoapFaults {
	array<FaultContractAttribute^>^ get ();
	void set (array<FaultContractAttribute^>^ value);
}member SoapFaults : FaultContractAttribute[] with get, set
Property Value
Type: 
FaultContractAttribute
            The fault types.
            
Remarks
See Also