CBSRequestMessage.iNextNum Property
Reserved for internal use.
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 iNextNum As Integer
Get
Set
'Usage
Dim instance As CBSRequestMessage
Dim value As Integer
value = instance.iNextNum
instance.iNextNum = value
public int iNextNum { get; set; }
Property Value
Type: System.Int32