DocData.IsBackupFileObsolete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Is the backup file dirty with respect to this document?
protected:
virtual property bool IsBackupFileObsolete { bool get(); };
protected virtual bool IsBackupFileObsolete { get; }
member this.IsBackupFileObsolete : bool
Protected Overridable ReadOnly Property IsBackupFileObsolete As Boolean