다음을 통해 공유


FrameworkRegistrationEntry.ChangeType Property

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

Syntax

‘선언
Public Property ChangeType As RegistrationChangeType
    Get
    Set
public RegistrationChangeType ChangeType { get; set; }
public:
property RegistrationChangeType ChangeType {
    RegistrationChangeType get ();
    void set (RegistrationChangeType value);
}
member ChangeType : RegistrationChangeType with get, set
function get ChangeType () : RegistrationChangeType
function set ChangeType (value : RegistrationChangeType)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.RegistrationChangeType

.NET Framework Security

See Also

Reference

FrameworkRegistrationEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace