ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_PROJ_UID property
Indica o identificador exclusivo para o projeto ao qual está vinculado o objeto da web.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property WOBJ_PROJ_UID As Guid
Get
Set
'Uso
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
O GUID do projeto.
Ver também
Referência
ObjectLinkProviderDataSet.WebObjectsRow class