Свойство Schedule.ReferencesPresent

Indicates whether a shared schedule is referenced by reports and subscriptions.

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

Синтаксис

'Декларация
Public Property ReferencesPresent As Boolean 
    Get 
    Set
'Применение
Dim instance As Schedule 
Dim value As Boolean 

value = instance.ReferencesPresent

instance.ReferencesPresent = value
public bool ReferencesPresent { get; set; }
public:
property bool ReferencesPresent {
    bool get ();
    void set (bool value);
}
member ReferencesPresent : bool with get, set
function get ReferencesPresent () : boolean 
function set ReferencesPresent (value : boolean)

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

Тип: System.Boolean
A Booleanvalue indicating whether a shared schedule is referenced by reports and subscriptions.

См. также

Справочник

Schedule Класс

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