_Document.Protect2002 Method

Reserved for internal use.

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

Syntax

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

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

Parameters

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace