PendingSet.Type Property

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

Syntax

'Declaration
Public ReadOnly Property Type As PendingSetType
'Usage
Dim instance As PendingSet 
Dim value As PendingSetType 

value = instance.Type
public PendingSetType Type { get; }
public:
property PendingSetType Type {
    PendingSetType get ();
}
public function get Type () : PendingSetType

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.PendingSetType

.NET Framework Security

See Also

Reference

PendingSet Class

PendingSet Members

Microsoft.TeamFoundation.VersionControl.Client Namespace