CRC value
Namespace: BasicCardAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public int CRC { get; } |
Visual Basic |
---|
Public ReadOnly Property CRC As Integer
Get |
Visual C++ |
---|
public:
property int CRC {
int get ();
} |
F# |
---|
member CRC : int with get
|
Property Value
Type:
Int32
See Also