14 lines
518 B
Markdown
14 lines
518 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.Id Property
|
|
|
|
The internal identification number that the set is given. Used to query for information about this single set or
|
|
for all cards in this single set.
|
|
|
|
```csharp
|
|
public int Id { get; set; }
|
|
```
|
|
|
|
#### Property Value
|
|
[System.Int32](https://docs.microsoft.com/en-us/dotnet/api/System.Int32 'System.Int32') |