16 lines
491 B
Markdown
16 lines
491 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.Supertype Property
|
||
|
|
||
|
The supertype the card is.
|
||
|
|
||
|
```csharp
|
||
|
public string? Supertype { get; set; }
|
||
|
```
|
||
|
|
||
|
#### Property Value
|
||
|
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')
|
||
|
|
||
|
### Remarks
|
||
|
Only possibilities are 'Pokemon', 'Trainer' or 'Energy'.
|