ChangeInformation.StartTime property
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Property StartTime As DateTime
Get
Set
'Usage
Dim instance As ChangeInformation
Dim value As DateTime
value = instance.StartTime
instance.StartTime = value
public DateTime StartTime { get; set; }
Property value
Type: System.DateTime