Propriedade Document.ProtectionType

Obtém o tipo de proteção para o documento.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (em Microsoft.Office.Tools.Word.dll)

Sintaxe

'Declaração
ReadOnly Property ProtectionType As WdProtectionType
    Get
WdProtectionType ProtectionType { get; }

Valor de propriedade

Tipo: Microsoft.Office.Interop.Word.WdProtectionType
O tipo de proteção retornado pode ser uma das seguintes WdProtectionType constantes: wdAllowOnlyComments, wdAllowOnlyFormFields, wdAllowOnlyReading, wdAllowOnlyRevisions, or wdNoProtection.

Segurança do .NET Framework

Consulte também

Referência

Document Interface

Namespace Microsoft.Office.Tools.Word