Version

PrepMaskOverride Property

By default Null, if the value is Null, it will allow the proxy to determine what basic validations it will perform prior to starting the action. Otherwise the value overrides the default PrepareMask flagged enumeration for each action.
Syntax
'Declaration
 
<ProxySetting(1501)>
Protected Property PrepMaskOverride As System.Nullable(Of Integer)
[ProxySetting(1501)]
protected System.Nullable<int> PrepMaskOverride {get; set;}
[ProxySetting(1501)]
protected: __property System.Nullable<int> get_PrepMaskOverride();
protected: __property void set_PrepMaskOverride( 
   System.Nullable<int> value
);
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