Public Shared Shadows Function FromJson( _ ByVal json As String, _ Optional ByVal settings As JsonDeserializationSettings _ ) As CIMFormSupportedAttachmentsInput
public new static CIMFormSupportedAttachmentsInput FromJson( string json, JsonDeserializationSettings settings )
Parameters
- json
- The JSON string containing the CIMFormSupportedAttachmentsInput state.
- settings
- The JSON deserialization settings.