Proprietà Schedule.ReferencesPresent

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property ReferencesPresent As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

Schedule Classe

Spazio dei nomi ReportService2005