'DeclarationPublic Property ExitOnLastDocumentClose As Boolean
'UsageDim instance As WorkspaceDefaults Dim value As Boolean instance.ExitOnLastDocumentClose = value value = instance.ExitOnLastDocumentClose
public bool ExitOnLastDocumentClose {get; set;}