RasNapStatus.ProbationTime Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the probation time.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public DateTime ProbationTime { get; }
Visual Basic
Public ReadOnly Property ProbationTime As DateTime
	Get
Visual C++
public:
property DateTime ProbationTime {
	DateTime get ();
}
F#
member ProbationTime : DateTime with get

Property Value

Type: DateTime

Remarks

Specifies the time required for the connection to come out of quarantine after which the connection will be dropped.

See Also