This documentation is archived and is not being maintained.

Subscription::Tag Property

Gets or sets the tag on this subscription.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property String^ Tag {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The tag on this subscription.

Show: