This documentation is archived and is not being maintained.

CommittedBranchCreatedEventArgs::VersionSpec Property

Gets or sets the associated VersionSpec object.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property VersionSpec^ VersionSpec {
	VersionSpec^ get ();
	private: void set (VersionSpec^ value);
}

Show: