ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_PROJ_UID Property
Indicates the unique identifier for the project to which the Web object is linked.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
GUID of the project.
See Also
Reference
ObjectLinkProviderDataSet.WebObjectsRow Class