public static bool UseTempFiles { get; set; }
Public Shared Property UseTempFiles As Boolean Get Set
public: static property bool UseTempFiles { bool get (); void set (bool value); }
static member UseTempFiles : bool with get, set