TypedValueContextDataType Property |
The datatype of the values in this context.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic abstract MFDataType DataType { get; }
Public MustOverride ReadOnly Property DataType As MFDataType
Get
public:
virtual property MFDataType DataType {
MFDataType get () abstract;
}
Property Value
Type:
MFDataType
See Also