Share via


NoNamespace.password Field

Definition

Represents the password XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: protectedRange, sheetProtection, protectedRange.
  • corresponds to the following strongly-typed properties: ChartSheetProtection.Password, ProtectedRange.Password, SheetProtection.Password.

Applies to