TeamFoundationRequestInformation.RequestId Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property RequestId As Long
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public long RequestId { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property long long RequestId {
    long long get ();
    void set (long long value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member RequestId : int64 with get, set
function get RequestId () : long 
function set RequestId (value : long)

Property Value

Type: System.Int64
Returns Int64.

.NET Framework Security

See Also

Reference

TeamFoundationRequestInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace