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
- 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.