Leadtools.Jpeg2000 Namespace > UuidUrl Structure : Location Property |
public byte[] Location {get; set;}
'Declaration Public Property Location As Byte()
'Usage Dim instance As UuidUrl Dim value() As Byte instance.Location = value value = instance.Location
public: property array<byte>^ Location { array<byte>^ get(); void set ( array<byte>^ value); }