_Presentation.VBASigned Property
Determines whether the Visual Basic for Applications (VBA) project for the specified document has been digitally signed. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property VBASigned As MsoTriState
Get
'Usage
Dim instance As _Presentation
Dim value As MsoTriState
value = instance.VBASigned
MsoTriState VBASigned { get; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the VBASigned property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The VBA project for the specified document has not been digitally signed. |
|
The VBA project for the specified document has been digitally signed. |