StatusTransactionDataSet.StatusTransactionsRow.MANAGER_RES_UID property
Indicates the unique identifier that is associated with the designated manager of the specified resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MANAGER_RES_UID As Guid
Get
Set
'Usage
Dim instance As StatusTransactionDataSet.StatusTransactionsRow
Dim value As Guid
value = instance.MANAGER_RES_UID
instance.MANAGER_RES_UID = value
public Guid MANAGER_RES_UID { get; set; }
Property value
Type: System.Guid
See also
Reference
StatusTransactionDataSet.StatusTransactionsRow class