Udostępnij za pośrednictwem


NetworkDiscovery.DaysOfWeekBitmask Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.EnterpriseManagement.NetworkMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As NetworkDiscovery
Dim value As Byte

value = instance.DaysOfWeekBitmask

instance.DaysOfWeekBitmask = value

Syntax

'Declaration
Public Property DaysOfWeekBitmask As Byte
public byte DaysOfWeekBitmask { get; set; }
public:
property unsigned char DaysOfWeekBitmask {
    unsigned char get ();
    void set (unsigned char value);
}
/** @property */
public byte get_DaysOfWeekBitmask ()

/** @property */
public void set_DaysOfWeekBitmask (byte value)
public function get DaysOfWeekBitmask () : byte

public function set DaysOfWeekBitmask (value : byte)

Property Value

Returns Byte.

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

See Also

Reference

NetworkDiscovery Class
NetworkDiscovery Members
Microsoft.EnterpriseManagement.NetworkMonitoring Namespace