Caution
This property is not thread-safe.
public static bool IsConfidential { get; set; }Public Shared Property IsConfidential As Boolean
Get
Setpublic:
static property bool IsConfidential {
bool get ();
void set (bool value);
}static member IsConfidential : bool with get, setIf this property is true, arrays borrowed from Shared will be emptied when returned. On the other hand, setting this property to true has negative consequences for performance.