Share via


NoNamespace.autoRecover Field

Definition

Represents the autoRecover XML attribute.

public static readonly System.Xml.Linq.XName autoRecover;
 staticval mutable autoRecover : System.Xml.Linq.XName
Public Shared ReadOnly autoRecover As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: fileRecoveryPr.
  • corresponds to the following strongly-typed properties: FileRecoveryProperties.AutoRecover.

Applies to