ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_UID property
Indicates the unique identifier of the web object.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WOBJ_UID As Guid
Get
Set
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim value As Guid
value = instance.WOBJ_UID
instance.WOBJ_UID = value
public Guid WOBJ_UID { get; set; }
Property value
Type: System.Guid
The GUID of the web object.
Remarks
The web object GUID is the primary key that is used to establish relationships to other web objects.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class