Gets and sets a Boolean that determines whether the object is saved in the Fly file.
JavaScript |
|
|
|
SaveInFlyFile |
C# |
|
|
|
bool SaveInFlyFile { get; set; } |
C++ |
|
|
|
HRESULT SaveInFlyFile([out, retval] VARIANT_BOOL* pVal) HRESULT SaveInFlyFile([in] VARIANT_BOOL pVal) |