Returns the key of the VersionInfo block header or sets it.

Type Info:

Key As String
Example:
Dim Dlg As VersionInfoDialog
Dim Key As String

Set Dlg = Application.Tools.RestypeEditors.VersionInfoDialog

Dlg. Key = "040904e4"

If (Dlg.Show) Then
	Key = Dlg.Key
End If
See also:

Class VersionInfoDialog

Last Updated: 04/27/05