13 lines
445 B
Markdown
13 lines
445 B
Markdown
|
#### [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.Number Property
|
||
|
|
||
|
The sequential number of the card (applicable to Secret Rares).
|
||
|
|
||
|
```csharp
|
||
|
public int Number { get; set; }
|
||
|
```
|
||
|
|
||
|
#### Property Value
|
||
|
[System.Int32](https://docs.microsoft.com/en-us/dotnet/api/System.Int32 'System.Int32')
|