Share via


RegistrationEntry.ChangeType Property

Gets or sets the ChangeType attribute describing the type of entry change.

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

Syntax

'Declaration
Public Property ChangeType As ChangeType
'Usage
Dim instance As RegistrationEntry 
Dim value As ChangeType 

value = instance.ChangeType

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

Property Value

Type: Microsoft.TeamFoundation.Server.ChangeType
A ChangeType containing the change type of the registration entry.

.NET Framework Security

See Also

Reference

RegistrationEntry Class

RegistrationEntry Members

Microsoft.TeamFoundation.Server Namespace