#### [JpnCardsPokemon.Sdk](index.md 'index') ### [JpnCardsPokemon.Sdk.Api](JpnCardsPokemon.Sdk.Api.md 'JpnCardsPokemon.Sdk.Api').[Card](JpnCardsPokemon.Sdk.Api.Card.md 'JpnCardsPokemon.Sdk.Api.Card') ## Card.Id Property The internal identification number that the card is given. Used to query for this single card. ```csharp public int Id { get; set; } ``` #### Property Value [System.Int32](https://docs.microsoft.com/en-us/dotnet/api/System.Int32 'System.Int32')