'Declaration
Public Property ExitOnLastDocumentClose As Boolean
'Usage
Dim instance As WorkspaceDefaults Dim value As Boolean instance.ExitOnLastDocumentClose = value value = instance.ExitOnLastDocumentClose
public bool ExitOnLastDocumentClose {get; set;}