PropertyItemClone Method

Return a deep copy of the specified property item.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static PropertyItem Clone(
	PropertyItem property
)

Parameters

property  PropertyItem
Reference to the property to be cloned.

Return Value

PropertyItem
Reference to a newly created clone of the caller's property.

See Also