FrameworkRegistrationEntry.ChangeType Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ChangeType As RegistrationChangeType
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
Returns RegistrationChangeType.
.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.