Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.
See Also
Reference
TeamFoundationServiceException Class