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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.