ExpressionJAValueList Property |
Maps to Expression's DataTypedValueValueList Property.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic MFIdentifier ValueList { get; set; }
Public Property ValueList As MFIdentifier
Get
Set
public:
property MFIdentifier^ ValueList {
MFIdentifier^ get ();
void set (MFIdentifier^ value);
}
Property Value
Type:
MFIdentifier
See Also