ChangeRequest.RequestType Property
List of change types being made to the item (see RequestType.)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property RequestType As RequestType
public RequestType RequestType { get; set; }
public:
property RequestType RequestType {
RequestType get ();
void set (RequestType value);
}
member RequestType : RequestType with get, set
function get RequestType () : RequestType
function set RequestType (value : RequestType)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.RequestType
Returns RequestType.
.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.