Autodesk Vault ProfessionalVault API

PropWriteReq Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Request to update specific file property.

Syntax

public class PropWriteReq 
Public Class PropWriteReq 

Properties

NameDescription
CanCreateThe flag that allows to create a property if it doesn’t exist. (for read only property == false)
MonikerThe unique ID.
ValThe value that needs to be set.

Returned By

Where you get a PropWriteReq — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.PropWriteReq

See Also