_Document.VBASigned Property
Determines if the Visual Basic for Applications (VBA) project for the specified document has been digitally signed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property VBASigned As Boolean
Get
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.VBASigned
bool VBASigned { get; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the Visual Basic for Applications (VBA) project for the specified document has been digitally signed, and False if not. Set the property value to True or False to enable or disable the functionality.