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