public byte Id { get; }
Public ReadOnly Property Id As Byte
Get
Dim instance As SmartAttribute
Dim value As Byte
value = instance.Id
public:
property unsigned char Id {
unsigned char get ();
}
member Id : byte with get
No code example is currently available or this language may not be supported.