OADataConnectionOptions.MaxErrorsAndWarnings Property
Gets and sets max errors and warnings.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property MaxErrorsAndWarnings As Integer
Get
Set
'Usage
Dim instance As OADataConnectionOptions
Dim value As Integer
value = instance.MaxErrorsAndWarnings
instance.MaxErrorsAndWarnings = value
public int MaxErrorsAndWarnings { get; set; }
public:
property int MaxErrorsAndWarnings {
int get ();
void set (int value);
}
function get MaxErrorsAndWarnings () : int
function set MaxErrorsAndWarnings (value : int)
member MaxErrorsAndWarnings : int with get, set
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OADataConnectionOptions Members
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace