CubeSettingsDataSet.CubeSettingsRow.WADMIN_RES_DATE_RANGE Property
Gets or sets the date range to use for resource availability 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 As Integer
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Integer
value = instance.WADMIN_RES_DATE_RANGE
instance.WADMIN_RES_DATE_RANGE = value
public int WADMIN_RES_DATE_RANGE { get; set; }
Property Value
Type: System.Int32
Remarks
It takes the following values:
Value |
Meaning |
---|---|
0 |
Use a rolling date range that begins x days before the current date and ends y days after the current date. |
1 |
Use a date range with a fixed start date and end date. |
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class