RegistrationEntry.ChangeType Property

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

Syntax

'宣言
Public Property ChangeType As ChangeType
    Get
    Set
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

.NET Framework Security

See Also

Reference

RegistrationEntry Class

Microsoft.TeamFoundation.Server Namespace