14 lines
628 B
Markdown
14 lines
628 B
Markdown
|
#### [JpnCardsPokemon.Sdk](index.md 'index')
|
||
|
### [JpnCardsPokemon.Sdk.Api](JpnCardsPokemon.Sdk.Api.md 'JpnCardsPokemon.Sdk.Api').[Set](JpnCardsPokemon.Sdk.Api.Set.md 'JpnCardsPokemon.Sdk.Api.Set')
|
||
|
|
||
|
## Set.PrintedCardCount Property
|
||
|
|
||
|
The number of cards in the set that is printed on the card. This differs from the set's
|
||
|
[TotalCardCount](JpnCardsPokemon.Sdk.Api.Set.TotalCardCount.md 'JpnCardsPokemon.Sdk.Api.Set.TotalCardCount') in sets with Secret Rare cards.
|
||
|
|
||
|
```csharp
|
||
|
public int PrintedCardCount { get; set; }
|
||
|
```
|
||
|
|
||
|
#### Property Value
|
||
|
[System.Int32](https://docs.microsoft.com/en-us/dotnet/api/System.Int32 'System.Int32')
|