Skip to content

PropertyItemsScript.CheckName method

Checks the name if it is empty or null.

protected static string CheckName(string name)
parameter description
name The name to check.

Return Value

The validated name.

Exceptions

exception condition
ArgumentNullException name is null or empty.

See Also