CubeSettingsDataSet.CubeSettingsRow.WADMIN_RES_DATE_RANGE_FROM Property
Gets or sets the start date to use when building a resource cube.
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 WADMIN_RES_DATE_RANGE_FROM As DateTime
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As DateTime
value = instance.WADMIN_RES_DATE_RANGE_FROM
instance.WADMIN_RES_DATE_RANGE_FROM = value
public DateTime WADMIN_RES_DATE_RANGE_FROM { get; set; }
Property Value
Type: System.DateTime
Remarks
This is required when a date range with a fixed start date and end date is used.
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class