PropertyItemClone Method
Return a deep copy of the specified property item.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static PropertyItem Clone(
PropertyItem property
)
Public Shared Function Clone (
property As PropertyItem
) As PropertyItem
No code example is currently available or this language may not be supported.
- property PropertyItem
-
Reference to the property to be cloned.
PropertyItem
Reference to a newly created clone of the caller's property.