MFIdentiferToIDConverterGetIdValue Method |
Gets a JSON compatible value from the id.
Namespace:
MFiles.VAF.Configuration.JsonMapping.Converters
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic JValue GetIdValue(
int id
)
Public Function GetIdValue (
id As Integer
) As JValue
public:
JValue^ GetIdValue(
int id
)
Parameters
- id
- Type: SystemInt32
Structure reference id.
Return Value
Type:
JValueJSON compatible value.
See Also