Share via


DeliveryPreference.Address Property

The address to which an event notification is to be delivered.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Address As String
'Usage
Dim instance As DeliveryPreference 
Dim value As String 

value = instance.Address

instance.Address = value
public string Address { get; set; }
public:
property String^ Address {
    String^ get ();
    void set (String^ value);
}
public function get Address () : String 
public function set Address (value : String)

Property Value

Type: System.String

Remarks

Depending on the value of the Type property, or other identifying string, the address may be an e-mail address or SOAP URL.

.NET Framework Security

See Also

Reference

DeliveryPreference Class

DeliveryPreference Members

Microsoft.TeamFoundation.Server Namespace