FilesCopyMoveItem.ChangeData Property
Public Property ChangeData() As FileChangeData
This language is not supported or no code example is available.
public FileChangeData ChangeData {get; set;}
This language is not supported or no code example is available.
public:
property FileChangeData^ ChangeData {
FileChangeData^ get( );
void set(
FileChangeData^ value
);
}
This language is not supported or no code example is available.
public function get ChangeData() : FileChangeData;
public function set ChangeData(value : FileChangeData);
This language is not supported or no code example is available.