Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.