Gets the ticket ID
Namespace:
IpernityNET
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public int Id { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Id As Integer |
Visual C++ |
---|
public:
property int Id {
int get ();
void set (int value);
} |
See Also