PropDef Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains information about the properties available in the Vault.
Syntax
public class PropDef Public Class PropDef Properties
| Name | Description |
|---|---|
| DfltVal | The default value. |
| DispName | How the property should be displayed in the UI. |
| EntClassAssocArray | The entity classes this property definition is associated to. |
| Id | A unique identifier that the vault uses to reference the property definition. |
| IsAct | Tells if the property definition is active. True means the object is active. False means the object is inactive, which is what happens when the property definition is deleted but there are existing property instances. |
| IsBasicSrch | If true, this property definition is used in a basic search. If false, this property definition is not used in a basic search. |
| IsSys | If true, the proeprty is a system property. |
| SysName | How the property should be displayed as a column header. |
| Typ | The data type. |
| UsageCount | Deprecated - do not use. |
Returned By
Where you get a PropDef — members that return one.
- PropDefInfo.PropDef
- PropertyService.FindPropertyDefinitionsBySystemNames
- PropertyService.GetPropertyDefinitionsByContentSourceIdAndMoniker
- PropertyService.GetPropertyDefinitionsByEntityClassId
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.PropDef