'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 byte[]* get_EndPoints(); public: __property void set_EndPoints( byte[][]* value );
public: property array<byte>^ EndPoints { array<byte>^ get(); void set ( array<byte>^ value); }