RegistrationEntry.ChangeType Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
'Declaration
Public Property ChangeType As ChangeType
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)
Type: Microsoft.TeamFoundation.Server.ChangeType
- 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.