TimeSheetWorkCreationInformation class
Provides property settings and methods that are used to create a timesheet work object.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.ProjectServer.Client.TimeSheetWorkCreationInformation
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.TimeSheetWorkCreationInformation", ValueObject := True, _
ServerTypeId := "{af30dddc-cd0d-4c2f-a6cd-9b725e6d70d2}")> _
Public Class TimeSheetWorkCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As TimeSheetWorkCreationInformation
[ScriptTypeAttribute("PS.TimeSheetWorkCreationInformation", ValueObject = true,
ServerTypeId = "{af30dddc-cd0d-4c2f-a6cd-9b725e6d70d2}")]
public class TimeSheetWorkCreationInformation : ClientValueObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.