IDtoInfo.GetProperty method

Returns the property of the specified name.

public IDtoProperty GetProperty(string name)
parameter description
name The property name.

Exceptions

exception condition
ArgumentException The property does not exist.

See Also