Subscription Class
Describes an event subscription.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Client.Subscription
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class Subscription
public sealed class Subscription
public ref class Subscription sealed
[<Sealed>]
type Subscription = class end
public final class Subscription
The Subscription type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ConditionString | Gets or sets the condition string. |
![]() |
DeliveryPreference | Gets or sets the delivery preference. |
![]() |
Device | Gets or sets the device of this subscription. |
![]() |
EventType | Gets or sets the event type. |
![]() |
ID | Gets or sets the subscription ID. |
![]() |
Subscriber | Gets or sets the subscriber of this subscription. |
![]() |
Tag | Gets or sets the tag on this subscription. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Creates a user-readable string that states the properties of this instance. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.