Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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
.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.