Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Type of change requested in the operation. Only set when PendChanges() is called
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Internal)> _
Public Property RequestType As RequestType
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Internal)]
public RequestType RequestType { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Internal)]
public:
property RequestType RequestType {
RequestType get ();
void set (RequestType value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Internal)>]
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.