Share via


Failure.RequestType Property

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

See Also

Reference

Failure Class

Microsoft.TeamFoundation.VersionControl.Server Namespace