PresentationClass.CanCheckIn Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Public Overridable Function CanCheckIn As Boolean
'Usage
Dim instance As PresentationClass
Dim returnValue As Boolean
returnValue = instance.CanCheckIn()
public virtual bool CanCheckIn()
Return Value
Type: System.Boolean