public int SamplingWindow { get; set; }
Public Property SamplingWindow As Integer Get Set
public: property int SamplingWindow { int get (); void set (int value); }
function get_SamplingWindow(); function set_SamplingWindow(value);
In This Article