Share via


NoNamespace.securityDescriptor Field

Definition

Represents the securityDescriptor XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: protectedRange, protectedRange.
  • corresponds to the following strongly-typed properties: ProtectedRange.SecurityDescriptor.

Applies to