Share via


ShelvesetEvent.EventType Property

The type of shelveset event

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEventType
Returns ShelvesetEventType.

.NET Framework Security

See Also

Reference

ShelvesetEvent Class

Microsoft.TeamFoundation.VersionControl.Common Namespace