StatusTaskCreationInformation class
Provides property settings and methods for the creation of a status task object.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.ProjectServer.Client.StatusTaskCreationInformation
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.StatusTaskCreationInformation", ValueObject := True, _
ServerTypeId := "{46b2e157-f944-44fc-84e9-292b0595c1de}")> _
Public Class StatusTaskCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As StatusTaskCreationInformation
[ScriptTypeAttribute("PS.StatusTaskCreationInformation", ValueObject = true,
ServerTypeId = "{46b2e157-f944-44fc-84e9-292b0595c1de}")]
public class StatusTaskCreationInformation : 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.