ProjectDataSet.ProjectRow.IDEA_WEB_UID property
Gets or sets the GUID of the location of an idea list.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property IDEA_WEB_UID As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid
value = instance.IDEA_WEB_UID
instance.IDEA_WEB_UID = value
public Guid IDEA_WEB_UID { get; set; }
Property value
Type: System.Guid
A location GUID.
See also
Reference
ProjectDataSet.ProjectRow class