StatusingDataSet.ProjectsRow.CAL_UID Property
Gets the GUID for the calendar that is associated with the project.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property CAL_UID As Guid
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Guid
value = instance.CAL_UID
instance.CAL_UID = value
public Guid CAL_UID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
StatusingDataSet.ProjectsRow Class