This documentation is archived and is not being maintained.

Subscription::Subscriber Property

Gets or sets the subscriber of this subscription.

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

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

Property Value

Type: System::String
The subscriber of this subscription.

Show: