Item Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the specified index element in the underlying buffer.
Namespace: System.Net
Assembly: System (in System.dll)
Syntax
'Declaration
Public Property Item ( _
offset As Integer _
) As Byte
public byte this[
int offset
] { get; set; }
public:
property unsigned char Item[int offset] {
unsigned char get (int offset);
void set (int offset, unsigned char value);
}
member Item :
offset:int -> byte with get, set
JScript does not support indexed properties.
Parameters
- offset
Type: System. . :: . .Int32
The array index element of the desired information.
Property Value
Type: System. . :: . .Byte
The value of the specified index element in the underlying buffer.
Remarks
This property gets or sets the specified byte position in the underlying buffer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.