Share via


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

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

See Also

Reference

SocketAddress Class

System.Net Namespace