IDToMFIdentiferConverterWriteIdAsString Property |
Indicates whether we id values were written as strings instead of integers.
Namespace:
MFiles.VAF.Configuration.JsonMapping.Converters
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool WriteIdAsString { get; set; }
Public Property WriteIdAsString As Boolean
Get
Set
public:
property bool WriteIdAsString {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also