CubeSettingsDataSet.CubeSettingsRow.WADMIN_RES_DATE_RANGE_TO Property
Gets or sets the end date that is to be used 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_TO As DateTime
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As DateTime
value = instance.WADMIN_RES_DATE_RANGE_TO
instance.WADMIN_RES_DATE_RANGE_TO = value
public DateTime WADMIN_RES_DATE_RANGE_TO { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class