This documentation is archived and is not being maintained.

Subscription::Device Property

Gets or sets the device of this subscription.

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

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

Property Value

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

Show: