'Declaration Public Property EndPoints As Byte()
'Usage Dim instance As ImGearIPTCMetadata Dim value() As Byte instance.EndPoints = value value = instance.EndPoints
public byte[] EndPoints {get; set;}
public: property array<byte>^ EndPoints { array<byte>^ get(); void set ( array<byte>^ value); }