public float[] Descriptor { get; set; }
Public Property Descriptor As Single() Get Set
public: property array<float>^ Descriptor { array<float>^ get (); void set (array<float>^ value); }