StatusTransactionDataSet.StatusTransactionsRow.MANAGER_RES_UID Property
Indicates the unique identifier associated with the designated manager of the specified resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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