Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets an integer value specifying the size of the parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overridable Property Size As Integer
Get
Set
public virtual int Size { get; set; }
public:
virtual property int Size {
int get ();
void set (int value);
}
abstract Size : int with get, set
override Size : int with get, set
function get Size () : int
function set Size (value : int)
Property Value
Type: System.Int32
Returns the size of the parameter as an integer value.
Remarks
Setting this property to zero causes the default size to be used.
.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.