TeamFoundationServiceException.EventId Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property EventId As TeamFoundationEventId
'Usage
Dim instance As TeamFoundationServiceException 
Dim value As TeamFoundationEventId 

value = instance.EventId

instance.EventId = value
public TeamFoundationEventId EventId { get; set; }
public:
property TeamFoundationEventId EventId {
    TeamFoundationEventId get ();
    void set (TeamFoundationEventId value);
}
public function get EventId () : TeamFoundationEventId 
public function set EventId (value : TeamFoundationEventId)

Property Value

Type: Microsoft.TeamFoundation.Server.TeamFoundationEventId

.NET Framework Security

See Also

Reference

TeamFoundationServiceException Class

TeamFoundationServiceException Members

Microsoft.TeamFoundation.Server Namespace