14 lines
630 B
Markdown
14 lines
630 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.Uuid Property
|
||
|
|
||
|
A stable id for earch card. Output is an eight digit integer which is unique for each card. While the cards'
|
||
|
[Id](JpnCardsPokemon.Sdk.Api.Set.Id.md 'JpnCardsPokemon.Sdk.Api.Set.Id') may change over time, the uuid should always remain stable and constant.
|
||
|
|
||
|
```csharp
|
||
|
public int Uuid { get; set; }
|
||
|
```
|
||
|
|
||
|
#### Property Value
|
||
|
[System.Int32](https://docs.microsoft.com/en-us/dotnet/api/System.Int32 'System.Int32')
|