PendingSet.Type Property

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

Syntax

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

value = instance.Type

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Server.PendingSetType

.NET Framework Security

See Also

Reference

PendingSet Class

PendingSet Members

Microsoft.TeamFoundation.VersionControl.Server Namespace