_IProjectDoc.DeliverableUpdate(String, String, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool DeliverableUpdate(System::String ^ DeliverableGuid, System::String ^ DeliverableName, System::Object ^ DeliverableStartDate, System::Object ^ DeliverableFinishDate);
public bool DeliverableUpdate (string DeliverableGuid, string DeliverableName, object DeliverableStartDate, object DeliverableFinishDate);
abstract member DeliverableUpdate : string * string * obj * obj -> bool
Public Function DeliverableUpdate (DeliverableGuid As String, DeliverableName As String, DeliverableStartDate As Object, DeliverableFinishDate As Object) As Boolean
Parameters
- DeliverableGuid
- String
- DeliverableName
- String
- DeliverableStartDate
- Object
- DeliverableFinishDate
- Object