RevisionControlProject Property

See Also         Example         Applies To

Returns or sets the RevisionControlProject property. Read/write String.

Remarks

A revision control project can either be a Visual SourceSafe project, or a FrontPage-based locking project. For a Visual SourceSafe control project, you must start your project with the string "$/"; for a FrontPage-based locking control project, you must set the RevisionControlProject property to "<FrontPage-based Locking>".

To remove a source control project, use the following statement to set the revision control project to an empty string.

Set RevisionControlProject = ""