This documentation is archived and is not being maintained.

DeliveryPreference::Address Property

Gets the recipient address of the delivery.

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

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

Property Value

Type: System::String
The recipient address of the delivery.

Show: