XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / ValidateOnSending Property



ValidateOnSending Property
Controls whether to validate data being sent
Syntax
Public Property ValidateOnSending As Boolean
Dim instance As XdsDomain
Dim value As Boolean
 
instance.ValidateOnSending = value
 
value = instance.ValidateOnSending
public bool ValidateOnSending {get; set;}
public:
property bool ValidateOnSending {
   bool get();
   void set (    bool value);
}
Remarks

The default value is true.

The validation performed is fairly basic (string lengths etc.) but can provide useful to avoid some known pitfalls.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also