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
- 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.