Sandbox Logo

SyncAttribute.Query

bool Query { get; set; }

Description

Query this value for changes rather than counting on set being called. This is appropriate if the value returned by its getter can change without calling its setter.

Return

User Comments