14 lines
610 B
Markdown
14 lines
610 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.PrintedNumber Property
|
||
|
|
||
|
The number printed on the card. Will be the same as [Number](JpnCardsPokemon.Sdk.Api.Card.Number.md 'JpnCardsPokemon.Sdk.Api.Card.Number') almost always. Is relevant for
|
||
|
promotional cards, such as SWSH001.
|
||
|
|
||
|
```csharp
|
||
|
public string? PrintedNumber { get; set; }
|
||
|
```
|
||
|
|
||
|
#### Property Value
|
||
|
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')
|