public byte[] Id {get; set;}
'Declaration Public Property Id As Byte()
'Usage Dim instance As UuidId Dim value() As Byte instance.Id = value value = instance.Id
public: property array<byte>^ Id { array<byte>^ get(); void set ( array<byte>^ value); }
Target Platforms
UuidId Structure UuidId Members