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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.