TeamFoundationEvent.EventType Property

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

Syntax

'Declaration
Public Property EventType As String
public string EventType { get; set; }
public:
property String^ EventType {
    String^ get ();
    void set (String^ value);
}
member EventType : string with get, set
function get EventType () : String 
function set EventType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationEvent Class

Microsoft.TeamFoundation.Server.Core Namespace