# Sandbox.SteamId

Represents a Steam ID (64-bit unique identifier for Steam accounts).
Provides type-safe storage and conversion between long/ulong representations.

- Kind: struct
- Namespace: `Sandbox`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Constructors

- [`SteamId`](/api/Sandbox.SteamId/.ctor): Creates a Steam ID from an unsigned 64-bit integer.

## Properties

- [`AccountType`](/api/Sandbox.SteamId/AccountType): Gets the type of Steam account this ID represents.
- [`Value`](/api/Sandbox.SteamId/Value): Gets the Steam ID as a signed 64-bit integer.
- [`ValueUnsigned`](/api/Sandbox.SteamId/ValueUnsigned): Gets the Steam ID as an unsigned 64-bit integer.
