CubeSettingsDataSet.CubeSettingsRow.WADMIN_UPDATE_FREQ_EVERY property
Gets or sets the number of units (days, weeks, or months) that is used when automatically updating an Assignment cube or Resource cube.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_UPDATE_FREQ_EVERY As Integer
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Integer
value = instance.WADMIN_UPDATE_FREQ_EVERY
instance.WADMIN_UPDATE_FREQ_EVERY = value
public int WADMIN_UPDATE_FREQ_EVERY { get; set; }
Property value
Type: System.Int32
See also
Reference
CubeSettingsDataSet.CubeSettingsRow class