DetailObject.StartDate property
Namespace: Microsoft.Exchange.Management.FfoReporting.Common
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property StartDate As DateTime
Get
Private Set
'Usage
Dim instance As DetailObject
Dim value As DateTime
value = instance.StartDate
public DateTime StartDate { get; private set; }
Property value
Type: System.DateTime