MovedCopiedEventType.Item1 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Item1 property gets the old identifier for a copied/moved item or folder.
public:
property System::Object ^ Item1 { System::Object ^ get(); void set(System::Object ^ value); };
public object Item1 { get; set; }
Public Property Item1 As Object
Property Value
The Item1 property returns an object that represents either a FolderIdType or an ItemIdType object.