ValueMatchType Enumeration |
Enumarator used when seeking a named property within a VDataSection (ie: whether we can match the property only by its name or by qualifying attributes)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum ValueMatchType
Public Enumeration ValueMatchType
public enum class ValueMatchType
Members
| Member name | Value | Description |
---|
| LabelOnly | 0 | |
| AttributeMatch | 1 | |
Remarks
See Also