ProtectedRange.SecurityDescriptor Property

Security Descriptor.Represents the attribte in schema: securityDescriptor

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "securityDescriptor")> _
Public Property SecurityDescriptor As StringValue
    Get
    Set
'Usage
Dim instance As ProtectedRange
Dim value As StringValue

value = instance.SecurityDescriptor

instance.SecurityDescriptor = value
[SchemaAttrAttribute(, "securityDescriptor")]
public StringValue SecurityDescriptor { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

ProtectedRange Class

ProtectedRange Members

DocumentFormat.OpenXml.Spreadsheet Namespace