Schedule.ExcludedDays Property
Gets a list of days excluded from the schedule.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As Schedule
Dim value As IList(Of DayInterval)
value = instance.ExcludedDays
instance.ExcludedDays = value
Syntax
'Declaration
Public Property ExcludedDays As IList(Of DayInterval)
public IList<DayInterval> ExcludedDays { get; set; }
public:
property IList<DayInterval>^ ExcludedDays {
IList<DayInterval>^ get ();
void set (IList<DayInterval>^ value);
}
/** @property */
public IList<DayInterval> get_ExcludedDays ()
/** @property */
public void set_ExcludedDays (IList<DayInterval> value)
public function get ExcludedDays () : IList<DayInterval>
public function set ExcludedDays (value : IList<DayInterval>)
Property Value
The list of days.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
Schedule Class
Schedule Members
Microsoft.EnterpriseManagement.Common Namespace