public uint SampleIndex { get; set; }
Public Property SampleIndex As UInteger Get Set
public: property unsigned int SampleIndex { unsigned int get (); void set (unsigned int value); }
function get_SampleIndex(); function set_SampleIndex(value);
In This Article