.NET Framework Class Library
DataEntrHelper.ValueFieldsLinkedToCategoriesCount Property
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties > .NET Framework Class Library |
Gets the number of category values currently available in ValueFieldsLinkedToCategories. This count typically matches the number of linked document fields and is used to control output operations.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public ReadOnly Property ValueFieldsLinkedToCategoriesCount As Integer Get |
C# |
|---|
public int ValueFieldsLinkedToCategoriesCount { get; } |
Visual C++ |
|---|
public: property int ValueFieldsLinkedToCategoriesCount { |
JavaScript |
|---|
function get_valueFieldsLinkedToCategoriesCount(); |
Return Value
The count of category values.
See Also