Autodesk Vault ProfessionalVault API

PropWriteResult Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Result of specific file property update.

Syntax

public class PropWriteResult 
Public Class PropWriteResult 

Properties

NameDescription
MonikerThe unique ID
MsgThe failure message, not null if status is Failure.
NewValUpdated property value.
OrigValOriginal property value.
StatusStatus of property update operation.

Returned By

Where you get a PropWriteResult — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.PropWriteResult

See Also