_Document.Permission Property

Returns a Permission object that represents the permission settings in the specified document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Permission As Permission
    Get
'Usage
Dim instance As _Document
Dim value As Permission

value = instance.Permission
Permission Permission { get; }

Property Value

Type: Permission

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace