.NET Framework Class Library
DataEntrHelper.ValueFieldsLinkedToCategories Property
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties > .NET Framework Class Library |
Gets the category value at the specified index to be assigned to a document field. This value corresponds to the field at the same position in NameFieldsLinkedToCategories, and represents the data to be output to the document during category-based operations.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public ReadOnly Property ValueFieldsLinkedToCategories ( _ index As Integer _ |
C# |
|---|
public string this[ int index |
Visual C++ |
|---|
public: property String^ ValueFieldsLinkedToCategories[int index] { |
JavaScript |
|---|
function get_valueFieldsLinkedToCategories(index); |
Parameters
index
Type: System.Int32
The zero-based index of the category value to retrieve.
Return Value
The category value as a string.
See Also