Share via


RegistrationEntry.ChangeType Property

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

Syntax

'Declaration
Public Property ChangeType As ChangeType
public ChangeType ChangeType { get; set; }
public:
property ChangeType ChangeType {
    ChangeType get ();
    void set (ChangeType value);
}
member ChangeType : ChangeType with get, set
function get ChangeType () : ChangeType 
function set ChangeType (value : ChangeType)

Property Value

Type: Microsoft.TeamFoundation.Server.ChangeType
Returns ChangeType.

.NET Framework Security

See Also

Reference

RegistrationEntry Class

Microsoft.TeamFoundation.Server Namespace