MergeEventArgs.TargetVersionPended Property
Gets the changeset version specifier of the pending target version.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TargetVersionPended As ChangesetVersionSpec
public ChangesetVersionSpec TargetVersionPended { get; }
public:
property ChangesetVersionSpec^ TargetVersionPended {
ChangesetVersionSpec^ get ();
}
member TargetVersionPended : ChangesetVersionSpec with get
function get TargetVersionPended () : ChangesetVersionSpec
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ChangesetVersionSpec
The changeset version specifier of the pending target verison.
.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.