TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_UIDFAKE Property
Reserved for internal use. Primary key for the internal timesheet settings table.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public Property WADMIN_UIDFAKE As Guid
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Guid
value = instance.WADMIN_UIDFAKE
instance.WADMIN_UIDFAKE = value
public Guid WADMIN_UIDFAKE { get; set; }
Property Value
Type: System.Guid
See Also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow Class