16 lines
554 B
Markdown
16 lines
554 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.Types Property
|
||
|
|
||
|
The energy type of types the card is.
|
||
|
|
||
|
```csharp
|
||
|
public string[]? Types { get; set; }
|
||
|
```
|
||
|
|
||
|
#### Property Value
|
||
|
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')[[]](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array')
|
||
|
|
||
|
### Remarks
|
||
|
Almost always will be a single value.
|