[This is preliminary documentation and is subject to change.]

Gets whether data file could be saved to currently opened file.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool CanUpdateDataFile { get; }
Public ReadOnly Property CanUpdateDataFile As Boolean
public:
property bool CanUpdateDataFile {
	bool get ();
}

See Also