Udostępnij za pośrednictwem


NetworkDiscovery.StartTime 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 TimeSpan

value = instance.StartTime

instance.StartTime = value

Syntax

'Declaration
Public Property StartTime As TimeSpan
public TimeSpan StartTime { get; set; }
public:
property TimeSpan StartTime {
    TimeSpan get ();
    void set (TimeSpan value);
}
/** @property */
public TimeSpan get_StartTime ()

/** @property */
public void set_StartTime (TimeSpan value)
public function get StartTime () : TimeSpan

public function set StartTime (value : TimeSpan)

Property Value

Returns TimeSpan.

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