Document.ProtectionType (Propiedad)

Obtiene el tipo de protección para el documento.

Espacio de nombres:  Microsoft.Office.Tools.Word
Ensamblado:  Microsoft.Office.Tools.Word (en Microsoft.Office.Tools.Word.dll)

Sintaxis

'Declaración
ReadOnly Property ProtectionType As WdProtectionType
    Get
WdProtectionType ProtectionType { get; }

Valor de propiedad

Tipo: Microsoft.Office.Interop.Word.WdProtectionType
El tipo de protección devuelto puede ser una de las constantes WdProtectionType siguientes: wdAllowOnlyComments, wdAllowOnlyFormFields, wdAllowOnlyReading, wdAllowOnlyRevisions o wdNoProtection.

Seguridad de .NET Framework

Vea también

Referencia

Document Interfaz

Microsoft.Office.Tools.Word (Espacio de nombres)