Autodesk Vault ProfessionalVault API

GetPropertyValuesResults Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Results

A class representing the status of property value retrieval.

Syntax

public class GetPropertyValuesResults 
Public Class GetPropertyValuesResults 

Properties

NameDescription
ErrorValue containing the exception(s) that occured during property retrieval, if there was any.
PropertyValuesA collection of property values that have been retrieved.
TagA value which was passed in to Autodesk.DataManagement.Client.Framework.Vault.Services.Connection.IPropertyManager.GetPropertyValuesAsync which is to help identify the request that is associated with these results.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Results.GetPropertyValuesResults

See Also