Share via


MidTierNotificationEvent.ContextId Property

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

Syntax

'Declaration
Public Property ContextId As Long
'Usage
Dim instance As MidTierNotificationEvent 
Dim value As Long 

value = instance.ContextId

instance.ContextId = value
public long ContextId { get; set; }
public:
property long long ContextId {
    long long get ();
    void set (long long value);
}
public function get ContextId () : long 
public function set ContextId (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

MidTierNotificationEvent Class

MidTierNotificationEvent Members

Microsoft.TeamFoundation.VersionControl.Server Namespace