ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_PROJ_UID property
Indicates the unique identifier for the project to which the web object is linked.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WOBJ_PROJ_UID As Guid
Get
Set
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim value As Guid
value = instance.WOBJ_PROJ_UID
instance.WOBJ_PROJ_UID = value
public Guid WOBJ_PROJ_UID { get; set; }
Property value
Type: System.Guid
The GUID of the project.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class