Property EnableLazyLoadingForProps
Enable lazy loading for RedbObject Props.
true = Props loaded on demand when accessing obj.Props
false = Props in main JSON (everything at once)
Default is false (backward compatibility)
public bool EnableLazyLoadingForProps { get; set; }