ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_PROJ_UID Property
Indicates the unique identifier for the project to which the web object is linked.
Namespace: [ObjectLinkProvider Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ObjectLinkProvider.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ObjectLinkProvider.asmx?wsdl
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