Share via


PendingChangeEventArgs.TargetPendingChangeType Property

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

Syntax

'Declaration
Public ReadOnly Property TargetPendingChangeType As ChangeType
'Usage
Dim instance As PendingChangeEventArgs 
Dim value As ChangeType 

value = instance.TargetPendingChangeType
public ChangeType TargetPendingChangeType { get; }
public:
property ChangeType TargetPendingChangeType {
    ChangeType get ();
}
public function get TargetPendingChangeType () : ChangeType

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.ChangeType

.NET Framework Security

See Also

Reference

PendingChangeEventArgs Class

PendingChangeEventArgs Members

Microsoft.TeamFoundation.VersionControl.Client Namespace