_Document.ProtectionType Eigenschaft

Definition

Gibt die Art des Dokumentschutzes für das angegebene Dokument zurück.

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

Eigenschaftswert

Hinweise

Der zurückgegebene Schutztyp kann eine der folgenden WdProtectionType Konstanten sein: wdAllowOnlyComments, wdAllowOnlyFormFields, wdAllowOnlyReading, wdAllowOnlyRevisions oder wdNoProtection.

Gilt für: