IGetChildrenRequest.UseCachedResults Property

Definition

Gets a value indicating whether the request consumer should use cached results or re-query results.

public:
 property bool UseCachedResults { bool get(); };
public bool UseCachedResults { get; }
member this.UseCachedResults : bool
Public ReadOnly Property UseCachedResults As Boolean

Property Value

true if the request consumer should use cached results. otherwise, false.

Applies to