GetPropertyValuesResults Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Results
A class representing the status of property value retrieval.
Syntax
public class GetPropertyValuesResults Public Class GetPropertyValuesResults Properties
| Name | Description |
|---|---|
| Error | Value containing the exception(s) that occured during property retrieval, if there was any. |
| PropertyValues | A collection of property values that have been retrieved. |
| Tag | A 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