Поделиться через


Свойство Subscription.DeliverySettings

Gets the settings for the delivery extension of the subscription.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property DeliverySettings As ExtensionSettings 
    Get 
    Set
'Применение
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);
}
member DeliverySettings : ExtensionSettings with get, set
function get DeliverySettings () : ExtensionSettings 
function set DeliverySettings (value : ExtensionSettings)

Значение свойства

Тип: ReportService2010.ExtensionSettings
An ExtensionSettings value.

См. также

Справочник

Subscription Класс

Пространство имен ReportService2010