Subscription.DeliverySettings Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Proxy.Reporting
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property DeliverySettings As ExtensionSettings
'Usage
Dim instance As Subscription
Dim value As ExtensionSettings
value = instance.DeliverySettings
instance.DeliverySettings = value
public ExtensionSettings DeliverySettings { get; set; }
public:
property ExtensionSettings^ DeliverySettings {
ExtensionSettings^ get ();
void set (ExtensionSettings^ value);
}
public function get DeliverySettings () : ExtensionSettings
public function set DeliverySettings (value : ExtensionSettings)
Property Value
Type: Microsoft.TeamFoundation.Proxy.Reporting.ExtensionSettings
.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.