Product Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An installed piece of Autodesk Data Management server software.
Syntax
public class Product Public Class Product Properties
| Name | Description |
|---|---|
| DisplayName | The display name for the current release. |
| IsBasicEdition | If this product represents Vault Basic |
| IsCollaborationEdition | If this product represents Vault Collaboration |
| IsProfessionalEdition | If this product represents Vault Profressional |
| IsWorkgroupEdition | If this product represents Vault Workgroup |
| ProductName | The the internal product name. For backward compatibility, this value contains the original product name, which may not be the same as the current product name. |
| ProductVersion | The version. |
Methods
| Name | Description |
|---|---|
| IsBasicEditionName | |
| IsCollaborationEditionName | |
| IsProfessionalEditionName | |
| IsWorkgroupEditionName |
Fields
| Name | Description |
|---|---|
| BasicEditionName | A string of the product name for Vault Basic |
| CollaborationEditionName | A string of the product name for Vault Collaboration |
| ProfessionalEditionName | A string of the product name for Vault Professional |
| WorkgroupEditionName | A string of the product name for Vault Workgroup |
Returned By
Where you get a Product — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Product