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)

Syntax

'Declaration
Public Property VersionSpec As VersionSpec
public VersionSpec VersionSpec { get; private set; }
public:
property VersionSpec^ VersionSpec {
    VersionSpec^ get ();
    private: void set (VersionSpec^ value);
}
member VersionSpec : VersionSpec with get, private set
function get VersionSpec () : VersionSpec 
private function set VersionSpec (value : VersionSpec)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The associated VersionSpec object.

.NET Framework Security

See Also

Reference

CommittedBranchCreatedEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace