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 the GUID of an idea list.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property IDEA_LIST_UID As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid
value = instance.IDEA_LIST_UID
instance.IDEA_LIST_UID = value
public Guid IDEA_LIST_UID { get; set; }
Property value
Type: System.Guid
A list GUID.
See also
Reference
ProjectDataSet.ProjectRow class