_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
- NoReset
Type: System.Object%
- Password
Type: System.Object%