Share via


CBSRequestMessage.iNextUnit Property

Gets the type of time unit that is used in the calculation of the end date for a cube build date range.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Property iNextUnit As Integer
    Get
    Set
'Usage
Dim instance As CBSRequestMessage
Dim value As Integer

value = instance.iNextUnit

instance.iNextUnit = value
public int iNextUnit { get; set; }

Property Value

Type: System.Int32

Remarks

Possible time unit types include Days, Weeks, and Months.

See Also

Reference

CBSRequestMessage Class

CBSRequestMessage Members

Microsoft.Office.Project.Server.Library Namespace