CBSRequestMessage.dtFromDate Property
Reserved for internal use.
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
Syntax
'Declaration
Public Property dtFromDate As DateTime
Get
Set
'Usage
Dim instance As CBSRequestMessage
Dim value As DateTime
value = instance.dtFromDate
instance.dtFromDate = value
public DateTime dtFromDate { get; set; }
Property Value
Type: System.DateTime