IDtoInfo.TryGetProperty method

Returns the property of the specified name.

public IDtoProperty? TryGetProperty(string name)
parameter description
name The property name.

Return Value

Returns null if the property does not exist.

See Also