CBSRequestMessage.dtToDate property
Reserved for internal use.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property dtToDate As DateTime
Get
Set
'Usage
Dim instance As CBSRequestMessage
Dim value As DateTime
value = instance.dtToDate
instance.dtToDate = value
public DateTime dtToDate { get; set; }
Property value
Type: System.DateTime