Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
When implemented by a class, gets or sets an integer value specifying the size of the parameter.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Property Size As Integer
Get
Set
int Size { get; set; }
property int Size {
int get ();
void set (int value);
}
abstract Size : int with get, set
function get Size () : int
function set Size (value : int)
Property Value
Type: System.Int32
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.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace