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
Public property ConditionString Gets or sets the condition string.
Public property DeliveryPreference Gets or sets the delivery preference.
Public property Device Gets or sets the device of this subscription.
Public property EventType Gets or sets the event type.
Public property ID Gets or sets the subscription ID.
Public property Subscriber Gets or sets the subscriber of this subscription.
Public property Tag Gets or sets the tag on this subscription.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace