Autodesk Vault ProfessionalVault API

PropertyValue Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

Represents a property value for a particular entity

Syntax

public sealed class PropertyValue 
Public NotInheritable Class PropertyValue 

Constructors

NameDescription
PropertyValueCreates an instance of a PropertyValue object

Properties

NameDescription
EntityGets the entity that this value is associated with
PropertyDefinitionGets the PropertyDefinition that the value is associated with
ValueGets or sets the actual property value

Methods

NameDescription
CloneCreates a copy of this property value

Returned By

Where you get a PropertyValue — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyValue

See Also