StatusingDataSet.ProjectsRow.WRES_UID Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WRES_UID As Guid
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Guid
value = instance.WRES_UID
instance.WRES_UID = value
public Guid WRES_UID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
StatusingDataSet.ProjectsRow Class