'Declaration Public Property CineFramesToDisplay As Integer()
'Usage Dim instance As DicomImage Dim value() As Integer instance.CineFramesToDisplay = value value = instance.CineFramesToDisplay
public int[] CineFramesToDisplay {get; set;}
public: property array<int>^ CineFramesToDisplay { array<int>^ get(); void set ( array<int>^ value); }