Public Property MaximumFetchDepth As Integer
public int MaximumFetchDepth { get; set; }
public: property int MaximumFetchDepth { int get (); void set (int value); }
function get_maximumFetchDepth(); function set_maximumFetchDepth(value);