Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an identifier for an item on an idea list.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property IDEA_ITEM_ID As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer
value = instance.IDEA_ITEM_ID
instance.IDEA_ITEM_ID = value
public int IDEA_ITEM_ID { get; set; }
Property value
Type: System.Int32
An integer identifer.
See also
Reference
ProjectDataSet.ProjectRow class