The identifier of this city.
Namespace: Tsp.GAAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int Id { get; set; } |
Visual Basic |
---|
Public Property Id As Integer
Get
Set |
Visual C++ |
---|
public:
property int Id {
int get ();
void set (int value);
} |
See Also