DocumentClass.Protect2002 Method

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

Syntax

'Declaration
Public Overridable Sub Protect2002 ( _
    Type As WdProtectionType, _
    ByRef NoReset As Object, _
    ByRef Password As Object _
)
'Usage
Dim instance As DocumentClass
Dim Type As WdProtectionType
Dim NoReset As Object
Dim Password As Object

instance.Protect2002(Type, NoReset, Password)
public virtual void Protect2002(
    WdProtectionType Type,
    ref Object NoReset,
    ref Object Password
)

Parameters

Implements

_Document.Protect2002(WdProtectionType, Object%, Object%)

See Also

Reference

DocumentClass Class

DocumentClass Members

Microsoft.Office.Interop.Word Namespace