_Document.ProtectionType Propriété

Définition

Renvoie le type de protection pour le document spécifié.

public:
 property Microsoft::Office::Interop::Word::WdProtectionType ProtectionType { Microsoft::Office::Interop::Word::WdProtectionType get(); };
public Microsoft.Office.Interop.Word.WdProtectionType ProtectionType { get; }
member this.ProtectionType : Microsoft.Office.Interop.Word.WdProtectionType
Public ReadOnly Property ProtectionType As WdProtectionType

Valeur de propriété

WdProtectionType

Remarques

Le type de protection renvoyé peut être l’une des WdProtectionType constantes suivantes : wdAllowOnlyComments, wdAllowOnlyFormFields, wdAllowOnlyReading, wdAllowOnlyRevisionsou wdNoProtection.

S’applique à