DataParameter.DefaultSize Property
Retrieves and integer value specifying the default size for the current parameter type.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property DefaultSize As Integer
'Usage
Dim value As Integer
value = Me.DefaultSize
protected virtual int DefaultSize { get; }
protected:
virtual property int DefaultSize {
int get ();
}
protected function get DefaultSize () : int
Property Value
Type: System.Int32
Returns the default size for the current parameter type.
Remarks
This is the value used for the size if the Size property is set to 0, indicating the default.
.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.