Collection of nested Sub-Terms.
Namespace:
MFiles.VAF.Configuration.IntelligenceServices
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic SubTermMap[] SubTerms { get; set; }
Public Property SubTerms As SubTermMap()
Get
Set
public:
property array<SubTermMap^>^ SubTerms {
array<SubTermMap^>^ get ();
void set (array<SubTermMap^>^ value);
}
Property Value
Type:
SubTermMap
See Also